I'm using ng-packager to create my own package of alert with angular, that uses the ionicons package.
The package link is https://www.npmjs.com/package/jtp-alert and the project is open, and is in https://github.com/jtpdev/ng-alert.
But when I installs the jtp-alert:
npm install --save jtpdev
and I'll go to use that, the fonts of scss files are not found.
and the console shows:
I cannot undertand why the font is searched on the main path.
What can I do, to solve this.