Posts by Nathan • 1 point
2 posts
-
0
votes1
answer37
viewsA: Providing scss and ttf files in angular library
Done I don’t know if it’s the best way, but Put this code in scripts in the package.json file, then use npm run build-mylib that it will build and play on a tgz "build-mylib": "ng build mylib…
-
0
votes1
answer37
viewsQ: Providing scss and ttf files in angular library
I am creating an Angular library with NPM and would like to have a css folder and custom fonts available in the final build, so it is possible for me to just import the scss files into the…