mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
icons added, sidebar classes, better fonts loader
This commit is contained in:
parent
53aa869d22
commit
b13c169995
8 changed files with 203 additions and 85 deletions
|
|
@ -6,10 +6,13 @@ import {RouteConfig, Router} from 'angular2/router';
|
|||
|
||||
import {Pages} from './pages';
|
||||
|
||||
/*
|
||||
* App Component
|
||||
* Top Level Component
|
||||
*/
|
||||
// TODO: is it really the best place to globally require that dependency?
|
||||
require("!style!css!sass!./theme/sass/_ionicons.scss");
|
||||
|
||||
/*
|
||||
* App Component
|
||||
* Top Level Component
|
||||
*/
|
||||
@Component({
|
||||
selector: 'app',
|
||||
pipes: [ ],
|
||||
|
|
@ -31,7 +34,7 @@ import {Pages} from './pages';
|
|||
})
|
||||
@RouteConfig([
|
||||
{
|
||||
path: '/pages/...',
|
||||
path: '/...',
|
||||
name: 'Pages',
|
||||
component: Pages,
|
||||
useAsDefault: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue