File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export class HobbitSheet {
49
49
}
50
50
```
51
51
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)
53
53
54
54
Similarly to ` MatDialog ` , ` MatBottomSheet ` instantiates components at run-time. In order for it to
55
55
work, the Angular compiler needs extra information to create the necessary ` ComponentFactory ` for
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export class YourDialog {
39
39
}
40
40
```
41
41
42
- ### Configuring dialog content via ` entryComponents `
42
+ ### Configuring dialog content via ` entryComponents ` (Since 9.0.0. With Ivy, this is no longer necessary)
43
43
44
44
Because ` MatDialog ` instantiates components at run-time, the Angular compiler needs extra
45
45
information to create the necessary ` ComponentFactory ` for your dialog content component.
You can’t perform that action at this time.
0 commit comments