Oh yea I like that. So it just loads everything once and you can inject in. That's a new solution I haven't thought of.
Does it get lazy loaded in angular or does it end up bundled with main.js?
Does it get lazy loaded in angular or does it end up bundled with main.js?
Comments
It will be built into main.js but compared to libraries it should be fairly small (certainly smaller than the FontAwesome library itself).
In my app the SVG strings average 400 bytes each so if you have a hundred that is only 40kb (equivalent to a single JPEG).