Skip to content

Commit 35b827d

Browse files
committed
1 parent 8eb59f8 commit 35b827d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ export class HobbitSheet {
5050
```
5151

5252
### Configuring bottom sheet content via `entryComponents`
53+
**This is only necessary if your project is using ViewEngine. It doesn't have to be specified for
54+
projects running on Ivy.**
5355

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

src/material/dialog/dialog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ export class YourDialog {
4040
```
4141

4242
### Configuring dialog content via `entryComponents`
43+
**This is only necessary if your project is using ViewEngine. It doesn't have to be specified for
44+
projects running on Ivy.**
4345

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

0 commit comments

Comments
 (0)