angular-hmr-loader
angular-hmr-loader copied to clipboard
:fire: Angular HMR Webpack Loader by @AngularClass
Line [index.js#L3](https://github.com/AngularClass/angular-hmr-loader/blob/master/index.js#L3) will not match multiline compilerConfig. ```typescript .bootstrapModule(AppModule, { defaultEncapsulation: ViewEncapsulation.None, }) ``` will match ```typescript .bootstrapModule(AppModule, { defaultEncapsulation: ViewEncapsulation.None }) ``` Could you update the RegExp to reflect...
By adding this loader: `.concat(isProd ? [] : '@angularclass/hmr-loader'),` I get the following errors when using webpack: ``` ERROR in ./app/main.ts (24,344): error TS7006: Parameter 'status' implicitly has an 'any'...
Would be nice to see the `hmrOnStatus`, `hmrOnInit`, etc hooks documented better.
any chance of using HMR with the new ng2-cli webpack, the angular 2 official cli? Regards, Sean Angular 2 Kitchen sink: http://ng2.javascriptninja.io and source@ https://github.com/born2net/ng2Boilerplate