I am using the Single Page Application Template in Visual Studio 2017 in order to create an Angular 2 application.
dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
And then created the application like this:
dotnet new angular
What is the reccommended way of importing third Party libraries like font awesome into the Angular 2 application?
I was looking for the exact same thing.
Finally found the answer here: http://blog.stevensanderson.com/2016/10/04/angular2-template-for-visual-studio/
Don't forget to do:
webpack --config webpack.config.vendor.js
as mentioned and also make sure you also restart the ASP.NET Core pipeline upon doing so.
Regards
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With