feat(app\pages): add editor page and ckeditor

This commit is contained in:
tibing 2016-06-30 14:21:06 +03:00
parent 9af0e22650
commit dbbac18846
10 changed files with 75 additions and 1 deletions

View file

@ -9,6 +9,7 @@ import {Maps} from './maps';
import {Charts} from './charts';
import {Forms} from './forms';
import {Tables} from './tables';
import {Editors} from "./editors";
@Component({
selector: 'pages',
@ -40,6 +41,11 @@ import {Tables} from './tables';
`
})
@RouteConfig([
{
name: 'Editors',
component: Editors,
path: '/editors/...',
},
{
name: 'Dashboard',
component: Dashboard,