Friday, January 3, 2020

Good news! The canned .NET Core 3.0 Angular application made out of Visual Studio 2019 is of Angular 8! w00t!

Enough of that Angular 5 straightjacket! Maybe I'll actually want to use one of these projects. If you make one of these it will use plain CSS instead of Sass. Fix that by changing the styles.css to be styles.scss and change the references in angular.json as well. At styles.scss you could loop in Bootstrap 4 (should already be installed) with:

@import "../node_modules/bootstrap/scss/bootstrap.scss";

 
 

...but at angular.json it looks like it is already looped in to me.

No comments:

Post a Comment