Showing boostrap importing error while compiling the project. Solution:- Add boostrap in the _package.json_ ` "bootstrap": "^4.4.1"` and change import in _app.scss_ `@import "~bootstrap/dist/css/bootstrap.css";`
Showing boostrap importing error while compiling the project.
Solution:-
Add boostrap in the package.json
"bootstrap": "^4.4.1"and change import in app.scss
@import "~bootstrap/dist/css/bootstrap.css";