Bootstrap does not work on Angular V-6

Asked

Viewed 284 times

0

I can’t get Bootstrap on my page:

  • installed version 3 npm install --save bootstrap@3 in the angular.json
  • put the path: "styles": ["../node_modules/bootstrap/dist/css/bootstrap.min.css" "src/styles.css"],
  • Try to restart ng serve

  • see if the path .. /node_modules/bootstrap/dist/css/bootstrap.min.css exists within your project’s node_modules

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.