bootstrap not connect to the angular 6?

In angular 6 you have to do it as bellow:

npm install --save bootstrap

Then only in src/style.css file add:

@import 'bootstrap/dist/css/bootstrap.min.css';

In angular 6 you don’t have to add script to angular.json file

Leave a Comment