Optional
selector: Selector<any, T>A selector function, property name string, or property name path (array of strings/array indices) that locates the store data to be selected
Optional
comparator: ComparatorFunction used to determine if this selector has changed.
Generated using TypeDoc
Selects an observable from the store, and attaches it to the decorated property.