@angular/core 7.2.2 → 7.2.3

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v7.2.2
2
+ * @license Angular v7.2.3
3
3
  * (c) 2010-2018 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/fesm5/core.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v7.2.2
2
+ * @license Angular v7.2.3
3
3
  * (c) 2010-2018 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -10742,7 +10742,7 @@ var Version = /** @class */ (function () {
10742
10742
  /**
10743
10743
  * @publicApi
10744
10744
  */
10745
- var VERSION = new Version('7.2.2');
10745
+ var VERSION = new Version('7.2.3');
10746
10746
 
10747
10747
  /**
10748
10748
  * @license