Renders a named feature.
The component resolves the feature implementation dynamically using the provided featureId.
featureId
<FeatureOutlet featureId="user-profile" /> Copy
<FeatureOutlet featureId="user-profile" />
the feature id
Renders a named feature.
The component resolves the feature implementation dynamically using the provided
featureId.Example