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(cdk/overlay): add @Injectable to ConnectedOverlayPositionChange
* fix(cdk/overlay): add @Injectable to ConnectedOverlayPositionChange
Since itls using an Optional decorator in constructor parameter, class ConnectedOverlayPositionChange needs to be decorated itself.
build: noUndecoratedClassWithAngularFeaturesRule tslint rule does detect decorated constructor parameters
0 commit comments