@angular/core 14.2.9 → 14.2.11

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.2.9
2
+ * @license Angular v14.2.11
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -7635,7 +7635,7 @@ class Version {
7635
7635
  /**
7636
7636
  * @publicApi
7637
7637
  */
7638
- const VERSION = new Version('14.2.9');
7638
+ const VERSION = new Version('14.2.11');
7639
7639
 
7640
7640
  /**
7641
7641
  * @license
@@ -14150,7 +14150,7 @@ class ComponentFactory extends ComponentFactory$1 {
14150
14150
  const elementName = this.componentDef.selectors[0][0] || 'div';
14151
14151
  const hostRNode = rootSelectorOrNode ?
14152
14152
  locateHostElement(hostRenderer, rootSelectorOrNode, this.componentDef.encapsulation) :
14153
- createElementNode(rendererFactory.createRenderer(null, this.componentDef), elementName, getNamespace(elementName));
14153
+ createElementNode(hostRenderer, elementName, getNamespace(elementName));
14154
14154
  const rootFlags = this.componentDef.onPush ? 32 /* LViewFlags.Dirty */ | 256 /* LViewFlags.IsRoot */ :
14155
14155
  16 /* LViewFlags.CheckAlways */ | 256 /* LViewFlags.IsRoot */;
14156
14156
  // Create the root view. Uses empty TView and ContentTemplate.