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.
angular-cli.json
file add it in thestyles array
– Telescopiumstyles array
? – Lamkin