@angular/core 19.0.0-next.3 → 19.0.0-next.4

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/fesm2022/core.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.0.0-next.3
2
+ * @license Angular v19.0.0-next.4
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -16962,7 +16962,7 @@ function createRootComponent(componentView, rootComponentDef, rootDirectives, ho
16962
16962
  function setRootNodeAttributes(hostRenderer, componentDef, hostRNode, rootSelectorOrNode) {
16963
16963
  if (rootSelectorOrNode) {
16964
16964
  // The placeholder will be replaced with the actual version at build time.
16965
- setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.0.0-next.3']);
16965
+ setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.0.0-next.4']);
16966
16966
  }
16967
16967
  else {
16968
16968
  // If host element is created as a part of this function call (i.e. `rootSelectorOrNode`
@@ -31052,7 +31052,7 @@ class Version {
31052
31052
  /**
31053
31053
  * @publicApi
31054
31054
  */
31055
- const VERSION = new Version('19.0.0-next.3');
31055
+ const VERSION = new Version('19.0.0-next.4');
31056
31056
 
31057
31057
  /*
31058
31058
  * This file exists to support compilation of @angular/core in Ivy mode.