@angular/core 16.1.2 → 16.2.0-next.0

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 v16.1.2
2
+ * @license Angular v16.2.0-next.0
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.1.2
2
+ * @license Angular v16.2.0-next.0
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -10482,7 +10482,7 @@ class Version {
10482
10482
  /**
10483
10483
  * @publicApi
10484
10484
  */
10485
- const VERSION = new Version('16.1.2');
10485
+ const VERSION = new Version('16.2.0-next.0');
10486
10486
 
10487
10487
  // This default value is when checking the hierarchy for a token.
10488
10488
  //