Bug?
On gt.md both class "desktop" and "background-image" should be present.. right?
looks like only gt-sm is used
https://stackblitz.com/edit/angular-flex-layout-seed-b3yp5n?file=app/test.component.ts
ngClass.<suffix> is designed to merge with existing ngClass declarations, not other responsive declarations. For this, we use a fallback algorithm to decide which directive is active at a given time.
It's worth discussing possibly merging these values as an exception for ngClass, but there are definitely arguments for both sides.
hmm.. well It was just not what I expected but now I'm not sure if a change is needed.. perhaps if a more clear example arises then we might revisit this issue.. :)
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
ngClass.<suffix>is designed to merge with existingngClassdeclarations, not other responsive declarations. For this, we use a fallback algorithm to decide which directive is active at a given time.It's worth discussing possibly merging these values as an exception for
ngClass, but there are definitely arguments for both sides.