starting with charts

This commit is contained in:
nixa 2016-05-03 14:33:28 +03:00
parent 6445388f76
commit 0c416a6d3e
13 changed files with 224 additions and 30 deletions

View file

@ -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 {