@angular/core 15.2.0 → 16.0.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 v15.2.0
2
+ * @license Angular v16.0.0-next.0
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -8742,7 +8742,7 @@ class Version {
8742
8742
  /**
8743
8743
  * @publicApi
8744
8744
  */
8745
- const VERSION = new Version('15.2.0');
8745
+ const VERSION = new Version('16.0.0-next.0');
8746
8746
 
8747
8747
  // This default value is when checking the hierarchy for a token.
8748
8748
  //