@angular/core 11.2.6 → 11.2.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v11.2.6
2
+ * @license Angular v11.2.7
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -21919,7 +21919,7 @@
21919
21919
  /**
21920
21920
  * @publicApi
21921
21921
  */
21922
- var VERSION = new Version('11.2.6');
21922
+ var VERSION = new Version('11.2.7');
21923
21923
 
21924
21924
  /**
21925
21925
  * @license