File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 19
19
</ li >
20
20
< li [routerLinkActive] ="['link-active'] ">
21
21
< a [routerLink] ="['/counter'] ">
22
+ < i class ="fa fa-camera-retro "> </ i >
22
23
< span class ='glyphicon glyphicon-education '> </ span > Counter
23
24
</ a >
24
25
</ li >
Original file line number Diff line number Diff line change 36
36
"aspnet-prerendering" : " ^1.0.6" ,
37
37
"bootstrap" : " ^3.3.7" ,
38
38
"es6-shim" : " ^0.35.1" ,
39
+ "font-awesome" : " ^4.6.3" ,
39
40
"isomorphic-fetch" : " ^2.2.1" ,
40
41
"jquery" : " ^2.2.1" ,
41
42
"preboot" : " ^4.5.2" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ module.exports = {
30
30
'bootstrap/dist/css/bootstrap.css' ,
31
31
'es6-shim' ,
32
32
'es6-promise' ,
33
+ 'font-awesome/css/font-awesome.css' ,
33
34
'jquery' ,
34
35
'zone.js' ,
35
36
]
You can’t perform that action at this time.
0 commit comments