mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +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 {Component} from '@angular/core';
|
||||||
import {RouteConfig} from '@angular/router-deprecated';
|
|
||||||
|
|
||||||
import {Ckeditor} from './components/ckeditor';
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'editors',
|
selector: 'editors',
|
||||||
template: `<router-outlet></router-outlet>`
|
template: `<router-outlet></router-outlet>`
|
||||||
})
|
})
|
||||||
|
|
||||||
@RouteConfig([
|
|
||||||
{
|
|
||||||
name: 'Ckeditor',
|
|
||||||
component: Ckeditor,
|
|
||||||
path: '/ckeditor',
|
|
||||||
useAsDefault: true
|
|
||||||
}
|
|
||||||
])
|
|
||||||
export class Editors {
|
export class Editors {
|
||||||
constructor() {
|
constructor() {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue