@angular/core 11.0.8 → 11.0.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 v11.0.8
2
+ * @license Angular v11.0.9
3
3
  * (c) 2010-2020 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -21725,7 +21725,7 @@
21725
21725
  /**
21726
21726
  * @publicApi
21727
21727
  */
21728
- var VERSION = new Version('11.0.8');
21728
+ var VERSION = new Version('11.0.9');
21729
21729
 
21730
21730
  /**
21731
21731
  * @license