mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix(merge): merge tree view component
This commit is contained in:
parent
3244131e14
commit
4e5d682ae8
2 changed files with 26 additions and 10 deletions
|
|
@ -1,6 +1,4 @@
|
|||
import {Component} from '@angular/core';
|
||||
import {RouteConfig} from '@angular/router-deprecated';
|
||||
import {TreeView} from "./components/treeView";
|
||||
|
||||
@Component({
|
||||
selector: 'components',
|
||||
|
|
@ -9,14 +7,6 @@ import {TreeView} from "./components/treeView";
|
|||
styles: [],
|
||||
template: `<router-outlet></router-outlet>`
|
||||
})
|
||||
@RouteConfig([
|
||||
{
|
||||
name: 'TreeView',
|
||||
component: TreeView,
|
||||
path: '/tree-view',
|
||||
useAsDefault: true
|
||||
}
|
||||
])
|
||||
export class Components {
|
||||
|
||||
constructor() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue