@angular/core 9.1.8 → 9.1.9

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 v9.1.8
2
+ * @license Angular v9.1.9
3
3
  * (c) 2010-2020 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 v9.1.8
2
+ * @license Angular v9.1.9
3
3
  * (c) 2010-2020 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -20049,7 +20049,7 @@ var Version = /** @class */ (function () {
20049
20049
  /**
20050
20050
  * @publicApi
20051
20051
  */
20052
- var VERSION = new Version('9.1.8');
20052
+ var VERSION = new Version('9.1.9');
20053
20053
 
20054
20054
  /**
20055
20055
  * @license