Home
Using Smart NgRX
Demo Walkthrough
API
@smarttools/smart-ngrx / Function

registerFeatureEffect

Registers a feature with the feature registry.

Presentation

function registerFeatureEffect(feature: string): () => Observable<{}>;

Returns

() => Observable<{}> -

An effect that will register the feature

Parameters

NameTypeDescription
feature
string

The feature to register