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"
],