Upgrading Angular application to Bootstrap 4.0.0
My take is:
- delete the node_modules folder (just in case)
- delete the bootstrap entries from the package.jsons
npm i bootstrap
to install bootstrap4- install ng-bootstrap via the offical guide:
npm install --save @ng-bootstrap/ng-bootstrap