File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ export class HobbitSheet {
50
50
```
51
51
52
52
### 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.**
53
55
54
56
Similarly to ` MatDialog ` , ` MatBottomSheet ` instantiates components at run-time. In order for it to
55
57
work, the Angular compiler needs extra information to create the necessary ` ComponentFactory ` for
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ export class YourDialog {
40
40
```
41
41
42
42
### 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.**
43
45
44
46
Because ` MatDialog ` instantiates components at run-time, the Angular compiler needs extra
45
47
information to create the necessary ` ComponentFactory ` for your dialog content component.
You can’t perform that action at this time.
0 commit comments