SyntaxFix
Write A Post
Hire A Developer
Questions
go to -> angular-cli.json file, find styles properties and just add next sting: "../node_modules/bootstrap/dist/css/bootstrap.min.css", It might be looks like this:
"styles": [ "../node_modules/bootstrap/dist/css/bootstrap.min.css", "styles.css" ],