@angular/core 15.0.0-next.1 → 15.0.0-next.2

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.0-next.1
2
+ * @license Angular v15.0.0-next.2
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -4748,8 +4748,8 @@ declare interface LView<T = unknown> extends Array<any> {
4748
4748
  /**
4749
4749
  * - For dynamic views, this is the context with which to render the template (e.g.
4750
4750
  * `NgForContext`), or `{}` if not defined explicitly.
4751
- * - For root view of the root component the context contains change detection data.
4752
- * - For non-root components, the context is the component instance,
4751
+ * - For root view of the root component it's a reference to the component instance itself.
4752
+ * - For components, the context is a reference to the component instance itself.
4753
4753
  * - For inline views, the context is null.
4754
4754
  */
4755
4755
  [CONTEXT]: T;
@@ -10771,7 +10771,7 @@ export declare class ɵReflectionCapabilities implements PlatformReflectionCapab
10771
10771
  export declare function ɵregisterLocaleData(data: any, localeId?: string | any, extraData?: any): void;
10772
10772
 
10773
10773
  /**
10774
- * Render3 implementation of {@link viewEngine_ComponentFactory}.
10774
+ * ComponentFactory interface implementation.
10775
10775
  */
10776
10776
  export declare class ɵRender3ComponentFactory<T> extends ComponentFactory<T> {
10777
10777
  private componentDef;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "15.0.0-next.1",
3
+ "version": "15.0.0-next.2",
4
4
  "description": "Angular - the core framework",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.0-next.1
2
+ * @license Angular v15.0.0-next.2
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */