@angular/core 13.2.0-next.0 → 13.2.0-next.1

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 v13.2.0-next.0
2
+ * @license Angular v13.2.0-next.1
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/fesm2020/core.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v13.2.0-next.0
2
+ * @license Angular v13.2.0-next.1
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -21064,7 +21064,7 @@ class Version {
21064
21064
  /**
21065
21065
  * @publicApi
21066
21066
  */
21067
- const VERSION = new Version('13.2.0-next.0');
21067
+ const VERSION = new Version('13.2.0-next.1');
21068
21068
 
21069
21069
  /**
21070
21070
  * @license