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
fix(material/dialog): use passed in ComponentFactoryResolver to resolve dialog content (#17710)
Currently the `ComponentFactoryResolver` from the dialog config is only used for the
dialog container. These changes switch to also use it for the dialog content component.
Fixes#17702.
(cherry picked from commit e1f4ba9)
0 commit comments