@State
External module: "decorators/state"
Index
Variables
Functions
Variables
<Const>
stateNameRegex
<Const>
stateNameRegex● stateNameRegex: RegExp
= new RegExp('^[a-zA-Z0-9]+$')
Defined in decorators/state.ts:4
Functions
State
▸ State<T
>(options: StoreOptions<T
>): (Anonymous function)
Defined in decorators/state.ts:16
Decorates a class with ngxs state information.
Type parameters:
T
Parameters:
Returns: (Anonymous function)
Last updated