@Select
External module: "decorators/select"
Index
Functions
Functions
Select
▸ Select(selectorOrFeature?: any
, ...paths: string
[]): (Anonymous function)
Defined in decorators/select.ts:24
Decorator for selecting a slice of state from the store.
Parameters:
Name
Type
Optional
selectorOrFeature
any
Rest
paths
string
[]
Returns: (Anonymous function)
Last updated