Skip to content

Commit d4ea10c

Browse files
committed
1 parent 8eb59f8 commit d4ea10c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/material/bottom-sheet/bottom-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class HobbitSheet {
4949
}
5050
```
5151

52-
### Configuring bottom sheet content via `entryComponents`
52+
### Configuring bottom sheet content via `entryComponents` (Since 9.0.0. With Ivy, this is no longer necessary)
5353

5454
Similarly to `MatDialog`, `MatBottomSheet` instantiates components at run-time. In order for it to
5555
work, the Angular compiler needs extra information to create the necessary `ComponentFactory` for

src/material/dialog/dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class YourDialog {
3939
}
4040
```
4141

42-
### Configuring dialog content via `entryComponents`
42+
### Configuring dialog content via `entryComponents` (Since 9.0.0. With Ivy, this is no longer necessary)
4343

4444
Because `MatDialog` instantiates components at run-time, the Angular compiler needs extra
4545
information to create the necessary `ComponentFactory` for your dialog content component.

0 commit comments

Comments
 (0)