A string, number or symbol used to select a property in a state object.
@Select('name') readonly name$: Observable<string>;
Generated using TypeDoc
A string, number or symbol used to select a property in a state object.
Example