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