Entypo in Angular -
entypo svg icon set requires javascript added page:
const entypo = require('entypo') document.body.insertbefore(entypo.getnode(), document.body.firstchild)
is there way can add angular application in sort of global file can use entypo glyphs in application?
Comments
Post a Comment