Installation Of Bootstrap In Angular

  • npm install –save bootstrap@latest // For latest version of bootstrap
  • Then add styles dependency in angular.json file like this
"styles": [
        "../node_modules/bootstrap/dist/css/bootstrap.min.css",
        "styles.css"
      ],

Now you can use latest version of bootstrap in your angular application,Bootstrap is framework for front-end web as well as mobile application it is mostly used in the market!

Thanks & Regards

Shakthi

Leave a comment