UNPKG

@ngxs/store

Version:
18 lines (17 loc) 1.22 kB
export { NgxsModule } from './module'; export { Action } from './decorators/action'; export { Store } from './store'; export { State } from './decorators/state'; export { Select } from './decorators/select/select'; export { SelectorOptions } from './decorators/selector-options'; export { Actions } from './actions-stream'; export { getSelectorMetadata, getStoreMetadata, ensureStoreMetadata, ensureSelectorMetadata } from './public_to_deprecate'; export { ofAction, ofActionDispatched, ofActionSuccessful, ofActionCanceled, ofActionErrored, ofActionCompleted, ActionCompletion } from './operators/of-action'; export { StateContext, StateOperator, NgxsOnInit, NgxsAfterBootstrap, NgxsOnChanges, NgxsModuleOptions, NgxsSimpleChange } from './symbols'; export { Selector } from './decorators/selector/selector'; export { getActionTypeFromInstance, actionMatcher } from './utils/utils'; export { createSelector } from './utils/selector-utils'; export { NgxsExecutionStrategy } from './execution/symbols'; export { ActionType, ActionOptions } from './actions/symbols'; export { NoopNgxsExecutionStrategy } from './execution/noop-ngxs-execution-strategy'; export { StateToken } from './state-token/state-token';