I'm working on my first side project attempting to use the following tools:
- .Net Core 2 MVC
- Angular 4
- Bootstrap 4
- Visual Studio 2017
I followed this tutorial with no issue to get the Angular app running: http://www.talkingdotnet.com/how-to-create-an-angular-4-app-with-visual-studio-2017/
I'm very unfamiliar with Angular4, webpack, etc. in general. I've worked on many knockout, Angular 1, and Angular 2 projects, but I've never set up the Angular 2+ projects myself.
What I can't figure out is how to install bootstrap 4 using npm. Running npm install on the latest bootstrap libraries went fine, but I don't know how to inject the CSS and js into the application. Most of the guides on getting started with bootstrap 4 use files that aren't generated in the above tutorial (e.g. styles.css from this: http://technobytz.com/install-bootstrap-4-using-npm.html).
Here is the current view of the project from visual studio:
Any thoughts? Thanks in advance.