@angular/core 15.2.9 → 15.2.10

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.
package/fesm2020/core.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.2.9
2
+ * @license Angular v15.2.10
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -8331,7 +8331,7 @@ class Version {
8331
8331
  /**
8332
8332
  * @publicApi
8333
8333
  */
8334
- const VERSION = new Version('15.2.9');
8334
+ const VERSION = new Version('15.2.10');
8335
8335
 
8336
8336
  // This default value is when checking the hierarchy for a token.
8337
8337
  //