@angular/core 8.2.3 → 8.2.4

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 v8.2.3
2
+ * @license Angular v8.2.4
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/fesm5/core.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v8.2.3
2
+ * @license Angular v8.2.4
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -18419,7 +18419,7 @@ var Version = /** @class */ (function () {
18419
18419
  /**
18420
18420
  * @publicApi
18421
18421
  */
18422
- var VERSION = new Version('8.2.3');
18422
+ var VERSION = new Version('8.2.4');
18423
18423
 
18424
18424
  /**
18425
18425
  * @license