@angularclass/hmr
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -18,2 +18,5 @@ "use strict"; | ||
MODULE_REF.instance[exports.MODULE_CONFIG['OnInit']](MODULE['hot']['data']); | ||
Object.keys(MODULE['hot']['data']).forEach(function (key) { | ||
MODULE['hot']['data'][key] = null; | ||
}); | ||
} | ||
@@ -20,0 +23,0 @@ } |
{ | ||
"name": "@angularclass/hmr", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "angular-hmr: Hot Module Replacement for Webpack and Angular by @AngularClass", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54472
345