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(multiple): remove remaining references to ComponentFactoryResolver
Removes the remaining APIs that were referencing `ComponentFactoryResolver`. These were all placeholders since we removed the code that was passing the values along a couple major versions ago.
BREAKING CHANGE:
* `DialogConfig.componentFactoryResolver` has been removed.
* The constructor of `DomPortalOutlet` has changed.
* `ComponentPortal.componentFactoryResolver` has been removed.
* The constructor signature of `ComponentPortal` has changed.
* `MatDialogConfig.componentFactoryResolver` has been removed.
0 commit comments