novx
    Preparing search index...

    Interface FeatureOutletOptions

    Renders a named feature.

    The component resolves the feature implementation dynamically using the provided featureId.

    <FeatureOutlet featureId="user-profile" />
    
    interface FeatureOutletOptions {
        id: string;
    }
    Index

    Properties

    Properties

    id: string

    the feature id