@angular/core 14.0.1 → 14.1.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 v14.0.1
2
+ * @license Angular v14.1.0-next.0
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -22087,7 +22087,7 @@ class Version {
22087
22087
  /**
22088
22088
  * @publicApi
22089
22089
  */
22090
- const VERSION = new Version('14.0.1');
22090
+ const VERSION = new Version('14.1.0-next.0');
22091
22091
 
22092
22092
  /**
22093
22093
  * @license