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?