@angular/core 9.1.10 → 9.1.11

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.10
2
+ * @license Angular v9.1.11
3
3
  * (c) 2010-2020 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -20219,7 +20219,7 @@
20219
20219
  /**
20220
20220
  * @publicApi
20221
20221
  */
20222
- var VERSION = new Version('9.1.10');
20222
+ var VERSION = new Version('9.1.11');
20223
20223
 
20224
20224
  /**
20225
20225
  * @license