registerFeatureEffect
Registers a feature with the feature registry.
Presentation
function registerFeatureEffect (feature: string): () => Observable<{}>;Returns
() => Observable<{}> -An effect that will register the feature
Parameters
| Name | Type | Description |
|---|---|---|
| feature | string | The feature to register |