A function that selects a subset of a RootState object and returns it as an S object.
@Select(store => store.name || 'new name') readonly name$: Observable<string>;
The selected subset of the root state object.
The root state object to select from.
Generated using TypeDoc
The type of the root state object.