mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-15 12:38:06 +01:00
maps components structure created
This commit is contained in:
parent
bff8af282e
commit
57b694c81b
9 changed files with 78 additions and 15 deletions
|
|
@ -1,9 +1,10 @@
|
|||
import {Component, ViewEncapsulation} from 'angular2/core';
|
||||
import {RouteConfig, Router} from 'angular2/router';
|
||||
|
||||
import {PageTop, ContentTop, Sidebar} from '../theme';
|
||||
import {Dashboard} from './dashboard';
|
||||
import {Ui} from './ui';
|
||||
import {PageTop, ContentTop, Sidebar} from '../theme';
|
||||
import {Maps} from './maps';
|
||||
|
||||
@Component({
|
||||
selector: 'pages',
|
||||
|
|
@ -32,6 +33,11 @@ import {PageTop, ContentTop, Sidebar} from '../theme';
|
|||
component: Ui,
|
||||
path: '/ui/...',
|
||||
},
|
||||
{
|
||||
name: 'Maps',
|
||||
component: Maps,
|
||||
path: '/maps/...',
|
||||
},
|
||||
])
|
||||
export class Pages {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue