When ngClass is used with breakpoint then it should add specified class for that breakpoint and remove once breakpoint changes
for below example
[ngClass.lt-md] = "'test'"
ngClass is not removing class when screen size changes.
Try to resize the screen and observe behavior.
Angular 7+
flex-layout 7.0.0-beta23
It was working fine till 7.0.0-beta.19
Workaround in the meantime is to add ngClass="" to any element without it.
This will be fixed by #995. Thanks for catching this!
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
This will be fixed by #995. Thanks for catching this!