Skip to content

Commit aa16e5b

Browse files
committed
main - b095048 fix(cdk/portal): allow bindings to be passed to component portal (#32814)
1 parent f191d45 commit aa16e5b

2 files changed

Lines changed: 21 additions & 8 deletions

File tree

docs-content/api-docs/cdk-portal.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,19 @@ <h4 id="ComponentPortal" class="docs-header-link docs-api-h4 docs-api-class-name
903903

904904

905905

906+
<tr class="docs-api-properties-row">
907+
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
908+
<code>bindings: <code class="docs-api-property-type">Binding[] | null</code></code>
909+
</p>
910+
</td>
911+
<td class="docs-api-property-description"><p>Bindings to apply to the created component.</p>
912+
</td>
913+
</tr>
914+
915+
916+
917+
918+
906919
<tr class="docs-api-properties-row">
907920
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
908921
<code>component: <code class="docs-api-property-type">ComponentType&lt;T&gt;</code></code>

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": "21.3.0-next.0+sha-0d36e86",
3+
"version": "21.3.0-next.0+sha-b095048",
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": "21.3.0-next.0+sha-0d36e86",
259-
"@angular/cdk": "21.3.0-next.0+sha-0d36e86",
260-
"@angular/cdk-experimental": "21.3.0-next.0+sha-0d36e86",
258+
"@angular/aria": "21.3.0-next.0+sha-b095048",
259+
"@angular/cdk": "21.3.0-next.0+sha-b095048",
260+
"@angular/cdk-experimental": "21.3.0-next.0+sha-b095048",
261261
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
262262
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
263-
"@angular/material": "21.3.0-next.0+sha-0d36e86",
264-
"@angular/material-experimental": "21.3.0-next.0+sha-0d36e86",
265-
"@angular/material-luxon-adapter": "21.3.0-next.0+sha-0d36e86",
266-
"@angular/material-date-fns-adapter": "21.3.0-next.0+sha-0d36e86"
263+
"@angular/material": "21.3.0-next.0+sha-b095048",
264+
"@angular/material-experimental": "21.3.0-next.0+sha-b095048",
265+
"@angular/material-luxon-adapter": "21.3.0-next.0+sha-b095048",
266+
"@angular/material-date-fns-adapter": "21.3.0-next.0+sha-b095048"
267267
},
268268
"devDependencies": {
269269
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)