Skip to content

Commit 9d44994

Browse files
committed
fix with issue angular/angular-cli#9288
1 parent dc195c0 commit 9d44994

File tree

5 files changed

+3452
-932
lines changed

5 files changed

+3452
-932
lines changed

.angular-cli.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"testTsconfig": "tsconfig.spec.json",
2020
"prefix": "app",
2121
"styles": [
22+
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
2223
"styles.css"
2324
],
2425
"scripts": [],

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ testem.log
4040
# System Files
4141
.DS_Store
4242
Thumbs.db
43+
package.json
44+
package-lock.json
45+
node_modules

0 commit comments

Comments
 (0)