1# angular.json
2
3{
4 ......
5 "projects": {
6 "my-app": {
7 ......
8 "architect": {
9 "build": {
10 "options": {
11 "styles": [
12 "src/styles.scss",
13 "node_modules/bootstrap/scss/bootstrap.scss"