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
Trying to use the icons with angular-material2 the simple way which is <md-icon>mdi-menu</md-icon> and it won't work. However, <md-icon>menu</md-icon> works with official Google material icons. The error is about ligatures support. Any insight into how to move forward from here?
The text was updated successfully, but these errors were encountered:
We will probably not be adding ligature support. If this is a required feature I would suggest staying with the official icon set provided by Google. I don't want to say it will never happen, but it is very low priority.
For now you can always use the class based approach documented in the getting started.
Trying to use the icons with angular-material2 the simple way which is
<md-icon>mdi-menu</md-icon>
and it won't work. However,<md-icon>menu</md-icon>
works with official Google material icons. The error is aboutligatures support
. Any insight into how to move forward from here?The text was updated successfully, but these errors were encountered: