@angular/core 11.0.7 → 11.0.8

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/core.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v11.0.7
2
+ * @license Angular v11.0.8
3
3
  * (c) 2010-2020 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -8511,7 +8511,7 @@ declare class ViewRef_2<T> implements EmbeddedViewRef<T>, InternalViewRef, viewE
8511
8511
  */
8512
8512
  private _cdRefInjectingView?;
8513
8513
  private _appRef;
8514
- private _viewContainerRef;
8514
+ private _attachedToViewContainer;
8515
8515
  get rootNodes(): any[];
8516
8516
  constructor(
8517
8517
  /**
@@ -8712,7 +8712,7 @@ declare class ViewRef_2<T> implements EmbeddedViewRef<T>, InternalViewRef, viewE
8712
8712
  * introduce other changes.
8713
8713
  */
8714
8714
  checkNoChanges(): void;
8715
- attachToViewContainerRef(vcRef: ViewContainerRef): void;
8715
+ attachToViewContainerRef(): void;
8716
8716
  detachFromAppRef(): void;
8717
8717
  attachToAppRef(appRef: ViewRefTracker): void;
8718
8718
  }