Skip to content

Commit 8cff736

Browse files
committed
update packages and add component
1 parent d3ce7e7 commit 8cff736

File tree

10 files changed

+392
-591
lines changed

10 files changed

+392
-591
lines changed

etc/nginx/default.conf/default.conf

Lines changed: 0 additions & 45 deletions
This file was deleted.

web/angular.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@
3232
}
3333
],
3434
"styles": [
35-
"src/styles.scss"
35+
"src/styles.scss",
36+
"node_modules/bootstrap/dist/css/bootstrap.min.css"
37+
],
38+
"scripts": [
39+
"node_modules/bootstrap/dist/js/bootstrap.min.js"
3640
],
37-
"scripts": [],
3841
"server": "src/main.server.ts",
3942
"prerender": true,
4043
"ssr": {
@@ -96,9 +99,12 @@
9699
}
97100
],
98101
"styles": [
99-
"src/styles.scss"
102+
"src/styles.scss",
103+
"node_modules/bootstrap/dist/css/bootstrap.min.css"
100104
],
101-
"scripts": []
105+
"scripts": [
106+
"node_modules/bootstrap/dist/js/bootstrap.min.js"
107+
]
102108
}
103109
}
104110
}
@@ -107,4 +113,4 @@
107113
"cli": {
108114
"analytics": false
109115
}
110-
}
116+
}

0 commit comments

Comments
 (0)