I want use in AngularCLI project one icon from fontello so I installed in npm: npm install --save fontello-cli
Result: New folder in node_modules so it's good but I don't see some css file. So how can I add some icon into my project without css file? When I installed font-awesome, there is css file so I know how I can add this into my project.
Put all the created files and folders inside the assets folder. Then add the following entry in the styles array inside .angular-cli.json :
PS : I used http://fontello.com to create the two icons I used in my angular project