mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Example of adding font-awesome
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
</li>
|
||||
<li [routerLinkActive]="['link-active']">
|
||||
<a [routerLink]="['/counter']">
|
||||
<i class="fa fa-camera-retro"></i>
|
||||
<span class='glyphicon glyphicon-education'></span> Counter
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"aspnet-prerendering": "^1.0.6",
|
||||
"bootstrap": "^3.3.7",
|
||||
"es6-shim": "^0.35.1",
|
||||
"font-awesome": "^4.6.3",
|
||||
"isomorphic-fetch": "^2.2.1",
|
||||
"jquery": "^2.2.1",
|
||||
"preboot": "^4.5.2",
|
||||
|
||||
@@ -30,6 +30,7 @@ module.exports = {
|
||||
'bootstrap/dist/css/bootstrap.css',
|
||||
'es6-shim',
|
||||
'es6-promise',
|
||||
'font-awesome/css/font-awesome.css',
|
||||
'jquery',
|
||||
'zone.js',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user