Skip to content

Commit f442456

Browse files
committed
Add bootstrap and improve UI (Style)
1 parent 8911bbf commit f442456

7 files changed

Lines changed: 251 additions & 104 deletions

File tree

ui/angular.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,21 @@
1818
"browser": ""
1919
},
2020
"browser": "src/main.ts",
21-
"polyfills": ["zone.js"],
21+
"polyfills": [
22+
"zone.js",
23+
"@angular/localize/init"
24+
],
2225
"tsConfig": "tsconfig.app.json",
2326
"assets": [
2427
{
2528
"glob": "**/*",
2629
"input": "public"
2730
}
2831
],
29-
"styles": ["src/styles.css"]
32+
"styles": [
33+
"node_modules/bootstrap/dist/css/bootstrap.min.css",
34+
"src/styles.css"
35+
]
3036
},
3137
"configurations": {
3238
"production": {
@@ -75,7 +81,11 @@
7581
"test": {
7682
"builder": "@angular/build:karma",
7783
"options": {
78-
"polyfills": ["zone.js", "zone.js/testing"],
84+
"polyfills": [
85+
"zone.js",
86+
"zone.js/testing",
87+
"@angular/localize/init"
88+
],
7989
"tsConfig": "tsconfig.spec.json",
8090
"assets": [
8191
{

0 commit comments

Comments
 (0)