Skip to content

Commit ca4b7c9

Browse files
committed
Installed font awesome
1 parent 19feb46 commit ca4b7c9

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.angular-cli.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"prefix": "app",
2121
"styles": [
2222
"../node_modules/bootstrap/dist/css/bootstrap.css",
23+
"../node_modules/font-awesome/css/font-awesome.css",
2324
"styles.scss"
2425
],
2526
"scripts": [

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@angular/router": "^4.2.4",
2525
"bootstrap": "^4.0.0-beta",
2626
"core-js": "^2.4.1",
27+
"font-awesome": "^4.7.0",
2728
"jquery": "^3.2.1",
2829
"popper.js": "^1.12.5",
2930
"rxjs": "^5.4.2",

0 commit comments

Comments
 (0)