@angular/core 17.0.0-next.6 → 17.0.0-next.7

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 v17.0.0-next.6
2
+ * @license Angular v17.0.0-next.7
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.0.0-next.6
2
+ * @license Angular v17.0.0-next.7
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.0.0-next.6
2
+ * @license Angular v17.0.0-next.7
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -5897,14 +5897,14 @@ declare const enum LViewFlags {
5897
5897
  HasEmbeddedViewInjector = 2048,
5898
5898
  /** Indicates that the view was created with `signals: true`. */
5899
5899
  SignalView = 4096,
5900
- /**
5901
- * Index of the current init phase on last 21 bits
5902
- */
5903
- IndexWithinInitPhaseIncrementer = 8192,
5904
5900
  /**
5905
5901
  * This is the count of the bits the 1 was shifted above (base 10)
5906
5902
  */
5907
5903
  IndexWithinInitPhaseShift = 13,
5904
+ /**
5905
+ * Index of the current init phase on last 21 bits
5906
+ */
5907
+ IndexWithinInitPhaseIncrementer = 8192,
5908
5908
  IndexWithinInitPhaseReset = 8191
5909
5909
  }
5910
5910
 
@@ -12446,6 +12446,11 @@ export declare class ɵViewRef<T> implements EmbeddedViewRef<T>, InternalViewRef
12446
12446
  */
12447
12447
  _cdRefInjectingView?: LView<unknown> | undefined);
12448
12448
  get context(): T;
12449
+ /**
12450
+ * @deprecated Replacing the full context object is not supported. Modify the context
12451
+ * directly, or consider using a `Proxy` if you need to replace the full object.
12452
+ * // TODO(devversion): Remove this.
12453
+ */
12449
12454
  set context(value: T);
12450
12455
  get destroyed(): boolean;
12451
12456
  destroy(): void;
@@ -13425,7 +13430,7 @@ export declare function ɵɵCopyDefinitionFeature(definition: ɵDirectiveDef<any
13425
13430
  * @param errorTmplIndex Index of the template with the error block content.
13426
13431
  * @param loadingConfigIndex Index in the constants array of the configuration of the loading.
13427
13432
  * block.
13428
- * @param placeholderConfigIndexIndex in the constants array of the configuration of the
13433
+ * @param placeholderConfigIndex Index in the constants array of the configuration of the
13429
13434
  * placeholder block.
13430
13435
  *
13431
13436
  * @codeGenApi
@@ -14310,12 +14315,12 @@ export declare function ɵɵpipe(index: number, pipeName: string): any;
14310
14315
  * the pipe only when an input to the pipe changes.
14311
14316
  *
14312
14317
  * @param index Pipe index where the pipe was stored on creation.
14313
- * @param slotOffset the offset in the reserved slot space
14318
+ * @param offset the binding offset
14314
14319
  * @param v1 1st argument to {@link PipeTransform#transform}.
14315
14320
  *
14316
14321
  * @codeGenApi
14317
14322
  */
14318
- export declare function ɵɵpipeBind1(index: number, slotOffset: number, v1: any): any;
14323
+ export declare function ɵɵpipeBind1(index: number, offset: number, v1: any): any;
14319
14324
 
14320
14325
  /**
14321
14326
  * Invokes a pipe with 2 arguments.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "17.0.0-next.6",
3
+ "version": "17.0.0-next.7",
4
4
  "description": "Angular - the core framework",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.0.0-next.6
2
+ * @license Angular v17.0.0-next.7
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */