Skip to content

Commit ce0d2e8

Browse files
committed
main - 873eb01 fix(cdk/portal): remove ComponentFactoryResolver usages (#27427)
1 parent 9f19492 commit ce0d2e8

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
733733
</tr>
734734
</thead><tr class="docs-api-method-description-row">
735735
<td colspan="2" class="docs-api-method-description-cell">
736-
<p>Attach the given ComponentPortal to this PortalOutlet using the ComponentFactoryResolver.</p>
736+
<p>Attach the given ComponentPortal to this PortalOutlet.</p>
737737

738738
</td>
739739
</tr><thead>
@@ -1145,7 +1145,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
11451145
</tr>
11461146
</thead><tr class="docs-api-method-description-row">
11471147
<td colspan="2" class="docs-api-method-description-cell">
1148-
<p>Attach the given ComponentPortal to this PortalOutlet using the ComponentFactoryResolver.</p>
1148+
<p>Attach the given ComponentPortal to this PortalOutlet.</p>
11491149

11501150
</td>
11511151
</tr><thead>
@@ -1485,20 +1485,6 @@ <h4 id="ComponentPortal" class="docs-header-link docs-api-h4 docs-api-class-name
14851485

14861486

14871487

1488-
<tr class="docs-api-properties-row">
1489-
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
1490-
<code>componentFactoryResolver: ComponentFactoryResolver | null</code>
1491-
</p>
1492-
</td>
1493-
<td class="docs-api-property-description"><p>Alternate <code>ComponentFactoryResolver</code> to use when resolving the associated component.
1494-
Defaults to using the resolver from the outlet that the portal is attached to.</p>
1495-
</td>
1496-
</tr>
1497-
1498-
1499-
1500-
1501-
15021488
<tr class="docs-api-properties-row">
15031489
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
15041490
<code>injector: Injector | null</code>
@@ -1551,6 +1537,20 @@ <h4 id="ComponentPortal" class="docs-header-link docs-api-h4 docs-api-class-name
15511537

15521538

15531539

1540+
1541+
1542+
<tr class="docs-api-properties-row">
1543+
<td class="docs-api-properties-name-cell"><div class="docs-api-deprecated-marker" title="Will be removed in v18.0.0 or later">
1544+
Deprecated
1545+
</div><p class="docs-api-property-name">
1546+
<code>componentFactoryResolver: any</code>
1547+
</p>
1548+
</td>
1549+
<td class="docs-api-property-description"></td>
1550+
</tr>
1551+
1552+
1553+
15541554
</table>
15551555

15561556

@@ -2904,7 +2904,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
29042904
</tr>
29052905
</thead><tr class="docs-api-method-description-row">
29062906
<td colspan="2" class="docs-api-method-description-cell">
2907-
<p>Attach the given ComponentPortal to DOM element using the ComponentFactoryResolver.</p>
2907+
<p>Attach the given ComponentPortal to DOM element.</p>
29082908

29092909
</td>
29102910
</tr><thead>
@@ -3279,7 +3279,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
32793279
</tr>
32803280
</thead><tr class="docs-api-method-description-row">
32813281
<td colspan="2" class="docs-api-method-description-cell">
3282-
<p>Attach the given ComponentPortal to DOM element using the ComponentFactoryResolver.</p>
3282+
<p>Attach the given ComponentPortal to DOM element.</p>
32833283

32843284
</td>
32853285
</tr><thead>

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": "19.0.0-next.4+sha-560878a",
3+
"version": "19.0.0-next.4+sha-873eb01",
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/cdk": "19.0.0-next.4+sha-560878a",
259-
"@angular/cdk-experimental": "19.0.0-next.4+sha-560878a",
258+
"@angular/cdk": "19.0.0-next.4+sha-873eb01",
259+
"@angular/cdk-experimental": "19.0.0-next.4+sha-873eb01",
260260
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
261261
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
262-
"@angular/material": "19.0.0-next.4+sha-560878a",
263-
"@angular/material-experimental": "19.0.0-next.4+sha-560878a",
264-
"@angular/material-moment-adapter": "19.0.0-next.4+sha-560878a",
265-
"@angular/material-luxon-adapter": "19.0.0-next.4+sha-560878a",
266-
"@angular/material-date-fns-adapter": "19.0.0-next.4+sha-560878a"
262+
"@angular/material": "19.0.0-next.4+sha-873eb01",
263+
"@angular/material-experimental": "19.0.0-next.4+sha-873eb01",
264+
"@angular/material-moment-adapter": "19.0.0-next.4+sha-873eb01",
265+
"@angular/material-luxon-adapter": "19.0.0-next.4+sha-873eb01",
266+
"@angular/material-date-fns-adapter": "19.0.0-next.4+sha-873eb01"
267267
},
268268
"dependencies": {
269269
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)