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 7, 2021. It is now read-only.
This is not a bug, and i know its a "kinda dumb" question.
Here's the deal, i'm new to Angular2 dev and i really love to see some examples on how to use in a real app these generated SASS. icomoon-build works great but then, i dont know how to actually call my glyphs inside my html templates...
I know i have to import this generated SASS into another one (maybe the one im using to style my app) and then what? if i include some like this < span class="icon-my-icomoon-generated-icon" > < /span >, that would work?
This is not a bug, and i know its a "kinda dumb" question.
Here's the deal, i'm new to Angular2 dev and i really love to see some examples on how to use in a real app these generated SASS. icomoon-build works great but then, i dont know how to actually call my glyphs inside my html templates...
I know i have to import this generated SASS into another one (maybe the one im using to style my app) and then what? if i include some like this < span class="icon-my-icomoon-generated-icon" > < /span >, that would work?
Thanks in advance for your time.