mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(router): remove router-depricated references
This commit is contained in:
parent
ded87ce527
commit
cac851847d
1 changed files with 0 additions and 12 deletions
|
|
@ -1,21 +1,9 @@
|
|||
import {Component} from '@angular/core';
|
||||
import {RouteConfig} from '@angular/router-deprecated';
|
||||
|
||||
import {Ckeditor} from './components/ckeditor';
|
||||
|
||||
@Component({
|
||||
selector: 'editors',
|
||||
template: `<router-outlet></router-outlet>`
|
||||
})
|
||||
|
||||
@RouteConfig([
|
||||
{
|
||||
name: 'Ckeditor',
|
||||
component: Ckeditor,
|
||||
path: '/ckeditor',
|
||||
useAsDefault: true
|
||||
}
|
||||
])
|
||||
export class Editors {
|
||||
constructor() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue