mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-18 22:18:08 +01:00
starting with charts
This commit is contained in:
parent
6445388f76
commit
0c416a6d3e
13 changed files with 224 additions and 30 deletions
|
|
@ -5,6 +5,7 @@ import {PageTop, ContentTop, Sidebar} from '../theme';
|
|||
import {Dashboard} from './dashboard';
|
||||
import {Ui} from './ui';
|
||||
import {Maps} from './maps';
|
||||
import {Charts} from './charts';
|
||||
|
||||
@Component({
|
||||
selector: 'pages',
|
||||
|
|
@ -38,6 +39,11 @@ import {Maps} from './maps';
|
|||
component: Maps,
|
||||
path: '/maps/...',
|
||||
},
|
||||
{
|
||||
name: 'Charts',
|
||||
component: Charts,
|
||||
path: '/charts/...',
|
||||
},
|
||||
])
|
||||
export class Pages {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue