fix(merge): merge tree view component

This commit is contained in:
nixa 2016-07-12 12:15:25 +03:00
parent 85a9f86186
commit a46c259318
3 changed files with 27 additions and 11 deletions

View file

@ -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() {