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(dialog): use injector from viewContainerRef if provided (#2655)
* Right now the `MdDialog` always instantiates the user-provided component with the injector from the `MdDialog` service.
This is not valid, because developers can provide the `viewContainerRef` to create their dialog in the desired component structure and also expect the parent injector to be the same as in the `viewContainerRef`.
0 commit comments