Skip to content

Commit 1ac7428

Browse files
committed
ui changed
1 parent 919467b commit 1ac7428

55 files changed

Lines changed: 1358 additions & 449 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

codecamp-front/.angular-cli.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"prefix": "app",
2121
"styles": [
2222
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
23-
"styles.css"
23+
"styles.css",
24+
"../node_modules/font-awesome/css/font-awesome.min.css"
2425
],
2526
"scripts": [
2627
"../node_modules/popper.js/dist/umd/popper.min.js",
@@ -66,6 +67,7 @@
6667
},
6768
"defaults": {
6869
"styleExt": "css",
69-
"component": {}
70+
"component": {
71+
}
7072
}
7173
}

0 commit comments

Comments
 (0)