0
I can’t get Bootstrap on my page:
- installed version 3
npm install --save bootstrap@3
in theangular.json
- put the path:
"styles": ["../node_modules/bootstrap/dist/css/bootstrap.min.css" "src/styles.css"],
0
I can’t get Bootstrap on my page:
npm install --save bootstrap@3
in the
angular.json
"styles": ["../node_modules/bootstrap/dist/css/bootstrap.min.css" "src/styles.css"],
Browser other questions tagged bootstrap-3 angular angular-5
You are not signed in. Login or sign up in order to post.
Try to restart ng serve
– Eduardo Vargas
see if the path .. /node_modules/bootstrap/dist/css/bootstrap.min.css exists within your project’s node_modules
– Eduardo Vargas