Example of adding font-awesome

This commit is contained in:
SteveSandersonMS
2016-09-28 11:02:04 +01:00
parent e87aa1f088
commit 135e264ae2
3 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
</li> </li>
<li [routerLinkActive]="['link-active']"> <li [routerLinkActive]="['link-active']">
<a [routerLink]="['/counter']"> <a [routerLink]="['/counter']">
<i class="fa fa-camera-retro"></i>
<span class='glyphicon glyphicon-education'></span> Counter <span class='glyphicon glyphicon-education'></span> Counter
</a> </a>
</li> </li>

View File

@@ -36,6 +36,7 @@
"aspnet-prerendering": "^1.0.6", "aspnet-prerendering": "^1.0.6",
"bootstrap": "^3.3.7", "bootstrap": "^3.3.7",
"es6-shim": "^0.35.1", "es6-shim": "^0.35.1",
"font-awesome": "^4.6.3",
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"jquery": "^2.2.1", "jquery": "^2.2.1",
"preboot": "^4.5.2", "preboot": "^4.5.2",

View File

@@ -30,6 +30,7 @@ module.exports = {
'bootstrap/dist/css/bootstrap.css', 'bootstrap/dist/css/bootstrap.css',
'es6-shim', 'es6-shim',
'es6-promise', 'es6-promise',
'font-awesome/css/font-awesome.css',
'jquery', 'jquery',
'zone.js', 'zone.js',
] ]