@angular/core 12.1.4 → 12.1.5

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 v12.1.4
2
+ * @license Angular v12.1.5
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.1.4
2
+ * @license Angular v12.1.5
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -22066,7 +22066,7 @@
22066
22066
  /**
22067
22067
  * @publicApi
22068
22068
  */
22069
- var VERSION = new Version('12.1.4');
22069
+ var VERSION = new Version('12.1.5');
22070
22070
 
22071
22071
  /**
22072
22072
  * @license