State

API > "state"

External module: "state"

Index

Variables

Functions

Variables

<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:

Param

Type

options

Returns: (Anonymous function)

<Const> stateNameErrorMessage

stateNameErrorMessage(name: any): string

Defined in state.ts:10

Error message

Parameters:

Param

Type

name

any

Returns: string

Last updated