You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(material/dialog): use type overload for open method (#11731)
* Reworks the `MatDialog.open` method to use overloads, rather than the single signature
that has `componentOrTemplateRef: ComponentType<T> | TemplateRef<T>`. This makes
the separation clearer and looks nicer in autocompletion.
* Adds docs for the `MatBottomSheet.open` method.
(cherry picked from commit 70e9eb9)
0 commit comments