UNPKG

angular2-hmr

Version:

angular2-hmr: Hot Module Replacement for Webpack and Angular 2

19 lines (18 loc) 505 B
export declare class OpaqueToken { private _desc; constructor(_desc: string); toString(): string; } export declare const HMR_STATE: OpaqueToken; export declare class HmrStore { static dev: boolean; static _state: {}; static _initialValues: {}; static _states: any[]; static set(prop: any, value: any): any; static get(prop: any): any; static select(name: any, getState: any): any; static dispose(): void; static getState(): any; static toJSON(): any; }