I have a question regarding my .angular-cli.json file configuration. Here is what I have defined:
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/assets/css/main.css",
"styles.css"
],
In my assets folder, I have CSS files located at assets/css/*.css. However, when I run my app, the CSS doesn't seem to be loading. Can anyone provide guidance on how to resolve this issue? Please see the attached jpeg file for reference.