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>
|
||||||
<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>
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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',
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user