One of the first things you'll usually do in a project is to bring in Sass to make working with CSS easier. When working with the Angular CLI, the default stylesheets have the .css extension. Let's explore how we can easily bring in Sass to our Angular CLI projects.
Full article