@angular/core 12.2.15 → 12.2.16

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.2.15
2
+ * @license Angular v12.2.16
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.2.15
2
+ * @license Angular v12.2.16
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -22046,7 +22046,7 @@
22046
22046
  /**
22047
22047
  * @publicApi
22048
22048
  */
22049
- var VERSION = new Version('12.2.15');
22049
+ var VERSION = new Version('12.2.16');
22050
22050
 
22051
22051
  /**
22052
22052
  * @license