mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-20 08:16:11 +01:00
feat(app\pages): add editor page and ckeditor
This commit is contained in:
parent
9af0e22650
commit
dbbac18846
10 changed files with 75 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue