Anyone tried to make an application with
dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
dotnet new angular
? like in this example https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/
This command makes an angular + .net core project with bootstrap 3. I'm trying to put bootstrap 4 instead.
I tried to put bootstrap 4 css over vendor.css (where bootstrap 3 is located) but without succes.
Does anyone know how to put bootstrap 4 over bootstrap 3?, eventually with the javascript plugins jquery and popper.
It would be very helpful, thanks!