UNPKG

212 BTypeScriptView Raw
1import { Provider } from '@angular/core';
2export * from './webpack-hmr';
3export * from './hmr-decorator';
4export * from './hmr-store';
5export declare function provideHmrState(initialState?: {}): Array<Provider>;