@angular/core 4.4.6 → 4.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/@angular/core.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v4.4.6
2
+ * @license Angular v4.4.7
3
3
  * (c) 2010-2017 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -755,7 +755,7 @@ class Version {
755
755
  /**
756
756
  * \@stable
757
757
  */
758
- const VERSION = new Version('4.4.6');
758
+ const VERSION = new Version('4.4.7');
759
759
 
760
760
  /**
761
761
  * @license