I have an Angular 4 project created using the Angular CLI.
I know that when you are using the Angular CLI you can create a project that uses SASS like this:
ng new ProjectName --style=sass
My question is: "Can I use the Angular CLI to install SASS after a project has been already created without it?"