Skip to content

Angular with Bootstrap.

Published: at 10:44 AM (1 min read)

First Install bootstrap using CLI command :

npm install bootstrap

Next add these in angular.json :

"scripts": [
    "./node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
],
"styles": [
    "./node_modules/bootstrap/dist/css/bootstrap.min.css"
],