Skip to content

Commit 37ba5d8

Browse files
committed
Files setup
1 parent 40567d0 commit 37ba5d8

File tree

3 files changed

+76
-16
lines changed

3 files changed

+76
-16
lines changed

angular.json

+8-16
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@
1919
"polyfills": "src/polyfills.ts",
2020
"tsConfig": "tsconfig.app.json",
2121
"aot": true,
22-
"assets": [
23-
"src/favicon.ico",
24-
"src/assets"
25-
],
22+
"assets": ["src/favicon.ico", "src/assets"],
2623
"styles": [
27-
"src/styles.css"
24+
"src/styles.css",
25+
"node_modules/bootstrap/dist/css/bootstrap.min.css/"
2826
],
2927
"scripts": []
3028
},
@@ -83,13 +81,8 @@
8381
"polyfills": "src/polyfills.ts",
8482
"tsConfig": "tsconfig.spec.json",
8583
"karmaConfig": "karma.conf.js",
86-
"assets": [
87-
"src/favicon.ico",
88-
"src/assets"
89-
],
90-
"styles": [
91-
"src/styles.css"
92-
],
84+
"assets": ["src/favicon.ico", "src/assets"],
85+
"styles": ["src/styles.css"],
9386
"scripts": []
9487
}
9588
},
@@ -101,9 +94,7 @@
10194
"tsconfig.spec.json",
10295
"e2e/tsconfig.json"
10396
],
104-
"exclude": [
105-
"**/node_modules/**"
106-
]
97+
"exclude": ["**/node_modules/**"]
10798
}
10899
},
109100
"e2e": {
@@ -119,6 +110,7 @@
119110
}
120111
}
121112
}
122-
}},
113+
}
114+
},
123115
"defaultProject": "recipe-cookbook"
124116
}

package-lock.json

+66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"@angular/platform-browser": "~10.2.0",
2020
"@angular/platform-browser-dynamic": "~10.2.0",
2121
"@angular/router": "~10.2.0",
22+
"bootstrap": "^3.4.1",
23+
"ng-zorro-antd": "^10.1.2",
2224
"rxjs": "~6.6.0",
2325
"tslib": "^2.0.0",
2426
"zone.js": "~0.10.2"

0 commit comments

Comments
 (0)