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: annotate a couple base classes with @directive for Ivy
There are two base classes in Material/CDK which are intended to be extended
by user code: BasePortalHost and MatFormFieldControl.
This commit annotates them with `@Directive`. The best way to do this is to
use `@Directive()` but this is not supported by Angular 8.x, on which
Material and the CDK still depend. Therefore, a workaround is used with a
selector which will never be matched. Modules are also added to satisfy the
View Engine compiler.
0 commit comments