Skip to content

Commit ca7bd5e

Browse files
committed
main - 8d5a896 Set generic on some InjectionToken. (#32753)
1 parent 4f50eeb commit ca7bd5e

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs-content/api-docs/cdk-drag-drop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5010,7 +5010,7 @@ <h4 id="CDK_DROP_LIST_GROUP" class="docs-header-link docs-api-h4 docs-api-consta
50105010
retention of the class and its directive metadata.</p>
50115011
</p><div class="docs-markdown">
50125012
<pre class="docs-markdown-pre">
5013-
<code class="docs-markdown-code">const CDK_DROP_LIST_GROUP: InjectionToken<CdkDropListGroup<unknown>>;</code>
5013+
<code class="docs-markdown-code">const CDK_DROP_LIST_GROUP: InjectionToken<CdkDropListGroup<CdkDropList<any>>>;</code>
50145014
</pre>
50155015
</div>
50165016

docs-content/api-docs/material-chips.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3278,7 +3278,7 @@ <h4 id="MAT_CHIP" class="docs-header-link docs-api-h4 docs-api-constant-name">
32783278
</h4><p class="docs-api-constant-description"><p>Injection token used to avoid a circular dependency between the <code>MatChip</code> and <code>MatChipAction</code>.</p>
32793279
</p><div class="docs-markdown">
32803280
<pre class="docs-markdown-pre">
3281-
<code class="docs-markdown-code">const MAT_CHIP: InjectionToken<unknown>;</code>
3281+
<code class="docs-markdown-code">const MAT_CHIP: InjectionToken<MatChip>;</code>
32823282
</pre>
32833283
</div>
32843284

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "22.0.0-next.3+sha-d3f9997-with-local-changes",
3+
"version": "22.0.0-next.3+sha-8d5a896-with-local-changes",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -255,15 +255,15 @@
255255
},
256256
"homepage": "https://github.com/angular/components#readme",
257257
"peerDependencies": {
258-
"@angular/aria": "22.0.0-next.3+sha-d3f9997-with-local-changes",
259-
"@angular/cdk": "22.0.0-next.3+sha-d3f9997-with-local-changes",
260-
"@angular/cdk-experimental": "22.0.0-next.3+sha-d3f9997-with-local-changes",
258+
"@angular/aria": "22.0.0-next.3+sha-8d5a896-with-local-changes",
259+
"@angular/cdk": "22.0.0-next.3+sha-8d5a896-with-local-changes",
260+
"@angular/cdk-experimental": "22.0.0-next.3+sha-8d5a896-with-local-changes",
261261
"@angular/core": "^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0",
262262
"@angular/common": "^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0",
263-
"@angular/material": "22.0.0-next.3+sha-d3f9997-with-local-changes",
264-
"@angular/material-experimental": "22.0.0-next.3+sha-d3f9997-with-local-changes",
265-
"@angular/material-luxon-adapter": "22.0.0-next.3+sha-d3f9997-with-local-changes",
266-
"@angular/material-date-fns-adapter": "22.0.0-next.3+sha-d3f9997-with-local-changes"
263+
"@angular/material": "22.0.0-next.3+sha-8d5a896-with-local-changes",
264+
"@angular/material-experimental": "22.0.0-next.3+sha-8d5a896-with-local-changes",
265+
"@angular/material-luxon-adapter": "22.0.0-next.3+sha-8d5a896-with-local-changes",
266+
"@angular/material-date-fns-adapter": "22.0.0-next.3+sha-8d5a896-with-local-changes"
267267
},
268268
"devDependencies": {
269269
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)