@State

APIarrow-up-right > "decorators/state"

External module: "decorators/state"

Index

Variables

Functions

Variables

<Const> stateNameRegex

● stateNameRegex: RegExp = new RegExp('^[a-zA-Z0-9]+$')

Defined in decorators/state.ts:4arrow-up-right

Functions

State

State<T>(options: StoreOptionsarrow-up-right<T>): (Anonymous function)

Defined in decorators/state.ts:16arrow-up-right

Decorates a class with ngxs state information.

Type parameters:

T

Parameters:

Name

Type

Returns: (Anonymous function)

Last updated