File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 18
18
"prefix" : " app" ,
19
19
"mobile" : false ,
20
20
"styles" : [
21
- " styles.sass"
21
+ " styles.sass" ,
22
+ " ../node_modules/font-awesome/scss/font-awesome.scss"
22
23
],
23
24
"scripts" : [],
24
25
"environments" : {
28
29
}
29
30
}
30
31
],
31
- "addons" : [],
32
+ "addons" : [
33
+ " ../node_modules/font-awesome/fonts/*.+(otf|eot|svg|ttf|woff|woff2)"
34
+ ],
32
35
"packages" : [],
33
36
"e2e" : {
34
37
"protractor" : {
Original file line number Diff line number Diff line change 23
23
"@angular/router" : " ^3.3.1" ,
24
24
"bootstrap-sass" : " ^3.3.7" ,
25
25
"core-js" : " ^2.4.1" ,
26
+ "font-awesome" : " ^4.7.0" ,
26
27
"ng2-bootstrap" : " ^1.3.0" ,
27
28
"rxjs" : " ^5.0.1" ,
28
29
"ts-helpers" : " ^1.1.1" ,
Original file line number Diff line number Diff line change 3
3
</ h1 >
4
4
5
5
< alert type ="success "> hello</ alert >
6
+
7
+ < i class ="fa fa-american-sign-language-interpreting fa-5x " aria-hidden ="true "> </ i >
You can’t perform that action at this time.
0 commit comments