Open web-dave opened 6 years ago
npm i bootstrap
{
...
"projects": {
"angular-starter": {
...,
"architect": {
"build": {
"styles": [
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.css"
],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.js"
],
...
every change on the project settings need a fresh ng serve