@angular/core 17.1.0-next.0 → 17.1.0-next.1

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.1.0-next.0
2
+ * @license Angular v17.1.0-next.1
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.1.0-next.0
2
+ * @license Angular v17.1.0-next.1
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.1.0-next.0
2
+ * @license Angular v17.1.0-next.1
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.1.0-next.0
2
+ * @license Angular v17.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -15120,13 +15120,10 @@ export declare function ɵɵregisterNgModuleType(ngModuleType: ɵNgModuleType, i
15120
15120
  * The repeater instruction does update-time diffing of a provided collection (against the
15121
15121
  * collection seen previously) and maps changes in the collection to views structure (by adding,
15122
15122
  * removing or moving views as needed).
15123
- * @param metadataSlotIdx - index in data where we can find an instance of RepeaterMetadata with
15124
- * additional information (ex. differ) needed to process collection diffing and view
15125
- * manipulation
15126
15123
  * @param collection - the collection instance to be checked for changes
15127
15124
  * @codeGenApi
15128
15125
  */
15129
- export declare function ɵɵrepeater(metadataSlotIdx: number, collection: Iterable<unknown> | undefined | null): void;
15126
+ export declare function ɵɵrepeater(collection: Iterable<unknown> | undefined | null): void;
15130
15127
 
15131
15128
  /**
15132
15129
  * The repeaterCreate instruction runs in the creation part of the template pass and initializes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "17.1.0-next.0",
3
+ "version": "17.1.0-next.1",
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.1.0-next.0
2
+ * @license Angular v17.1.0-next.1
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.1.0-next.0
2
+ * @license Angular v17.1.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */