@angular/core 14.2.1 → 14.2.3

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 v14.2.1
2
+ * @license Angular v14.2.3
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -4741,8 +4741,8 @@ declare interface LView<T = unknown> extends Array<any> {
4741
4741
  /**
4742
4742
  * - For dynamic views, this is the context with which to render the template (e.g.
4743
4743
  * `NgForContext`), or `{}` if not defined explicitly.
4744
- * - For root view of the root component the context contains change detection data.
4745
- * - For non-root components, the context is the component instance,
4744
+ * - For root view of the root component it's a reference to the component instance itself.
4745
+ * - For components, the context is a reference to the component instance itself.
4746
4746
  * - For inline views, the context is null.
4747
4747
  */
4748
4748
  [CONTEXT]: T;
@@ -10752,7 +10752,7 @@ export declare class ɵReflectionCapabilities implements PlatformReflectionCapab
10752
10752
  export declare function ɵregisterLocaleData(data: any, localeId?: string | any, extraData?: any): void;
10753
10753
 
10754
10754
  /**
10755
- * Render3 implementation of {@link viewEngine_ComponentFactory}.
10755
+ * ComponentFactory interface implementation.
10756
10756
  */
10757
10757
  export declare class ɵRender3ComponentFactory<T> extends ComponentFactory<T> {
10758
10758
  private componentDef;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "14.2.1",
3
+ "version": "14.2.3",
4
4
  "description": "Angular - the core framework",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.2.1
2
+ * @license Angular v14.2.3
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */