NathanWalker / nativescript-ngx-fonticon

Use custom font icon collections seamlessly with NativeScript + Angular.
MIT License
76 stars 39 forks source link

Icon not appearing on NS6 Angular with Webpack #60

Closed jalbatross closed 4 years ago

jalbatross commented 4 years ago

Hi,

An example repo is at: https://github.com/jalbatross/ns6-angular-fontawesome-help.git

I'm currently trying to view a fontawesome home icon in the home component: https://github.com/jalbatross/ns6-angular-fontawesome-help/blob/master/src/app/home/home.component.html

I've tried editing the webpack configuration to make sure that the css file is bundled. Here is the webpack config file for convenience: https://github.com/jalbatross/ns6-angular-fontawesome-help/blob/master/webpack.config.js

I can't seem to get this to work with a clean build. There's no error regarding the fonticon pipe. The icon just doesn't render.

Can anyone point me in the right direction here?