UNPKG

@ngxs/store

Version:
10 lines (9 loc) 394 B
import { InjectionToken } from '@angular/core'; /** * @see StateContextFactory as it's referenced by this token to be accessed by plugins internally */ export declare const NGXS_STATE_CONTEXT_FACTORY: InjectionToken<any>; /** * @see StateFactory as it's referenced by this token to be accessed by plugins internally */ export declare const NGXS_STATE_FACTORY: InjectionToken<any>;