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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Regression from #1745 as there's a double interpolation expected but
ngClass doesn't support that.
The attribute value of ngClass is only interpolated once and the
interpolated expression is watched.
Fixes#2145Closes#2146
0 commit comments