Mat-list-item should always show matListIcon to the left
When using ngSwitch, matListIcon is moved to the right
Take a look at:
https://stackblitz.com/edit/angular-material2-issue-jbu3mk?file=index.html
Check_circle icon should be to the right
This was working fine in previous angular material versions.
I'm using Angular Material 2.0.0-beta.12
The issue seems to come from the fact that when you wrap the icon in an ng-container, it ends up moving the icon to the end of its parent which breaks some CSS selectors that expect it to be first.
Any updates? This is still an issue with Angular 8.2.12, and also with Angular 9.1.7
Any Updates?
Most helpful comment
Any updates? This is still an issue with Angular 8.2.12, and also with Angular 9.1.7