SyntaxFix
Write A Post
Hire A Developer
Questions
npm install bootstrap --save
and add relevent files into angular.json file under the style property for css files and under scripts for JS files.
angular.json
style
scripts
"styles": [ "../node_modules/bootstrap/dist/css/bootstrap.min.css", .... ]