forms basic components

This commit is contained in:
nixa 2016-05-13 11:01:25 +03:00
parent b674d83552
commit fcd27874d2
12 changed files with 248 additions and 0 deletions

View file

@ -7,6 +7,7 @@ import {Dashboard} from './dashboard';
import {Ui} from './ui';
import {Maps} from './maps';
import {Charts} from './charts';
import {Forms} from './forms';
@Component({
selector: 'pages',
@ -45,6 +46,11 @@ import {Charts} from './charts';
component: Charts,
path: '/charts/...',
},
{
name: 'Forms',
component: Forms,
path: '/forms/...',
},
])
export class Pages {