JavaScript
Switch branches/tags
Nothing to show
Latest commit 4e1ef42 Jul 18, 2017 @gdi2290 gdi2290 patch 3.0.4
Permalink
Failed to load latest commit information.
.gitignore Initial commit Aug 21, 2016
LICENSE Initial commit Aug 21, 2016
README.md Update README.md Oct 24, 2016
index.js feat: allow async loaded scripts to work Jul 18, 2017
package.json patch 3.0.4 Jul 18, 2017

README.md

Angular 2 HMR Loader

Angular 2 HMR Webpack Loader by @AngularClass Please consider using AngularClass/angular2-hmr which provides helpers for HMR in Angular 2

        {
          test: /\.ts$/,
          loaders: [
            '@angularclass/hmr-loader',
            'awesome-typescript-loader'
          ]
        },