I would like to add my own CSS to my new Angular CLI application ...
However, I am doing my best to make this work, and there is little that can be done to document how it works.
In the following image, I added my own stylesheet in the .angular-cli.json file like this:
"styles": [ "styles.css", "app/assets/css/styles.css" ],
This, however, does not work ...
Please advise!

source share