Select

API > "select"

External module: "select"

Index

Classes

Functions

Functions

Select

Select(selectorOrFeature?: any, ...paths: string[]): (Anonymous function)

Defined in select.ts:22

Decorator for selecting a slice of state from the store.

Parameters:

Param

Type

Optional selectorOrFeature

any

Rest paths

string[]

Returns: (Anonymous function)

Last updated