import { Component, OnInit, OnDestroy ,Input} from '@angular/core'; @Component({ selector: 'cm-tree-doc-1', templateUrl: './cm-tree-doc-1.component.html', styleUrls: ['./cm-tree-doc-1.component.css'] }) export class CosmosTreeDoc1Component implements OnInit { _cmOrient: string = 'vertical'; _cmData = [ { "title": '1', "content": "cosmos", "show": false, "cComments": [ { "title": '1.1', "content": "cosmos", "show": false, "cComments": [ { "title": '1.1.1', "content": "cosmos", "show": false, "cComments": false }, { "title": '1.1.2', "content": "cosmos", "show": false, "cComments": false }, { "title": '1.1.3', "content": "cosmos", "show": false, "cComments": false } ] }, { "title": '1.2', "content": "cosmos", "show": false, "cComments": [ { "title": '1.2.1', "content": "cosmos", "show": false, "cComments": false }, { "title": '1.2.2', "content": "cosmos", "show": false, "cComments": false }, { "title": '1.2.3', "content": "cosmos", "show": false, "cComments": false } ] }, { "title": '1.3', "content": "cosmos", "show": false, "cComments": [ { "title": '1.3.1', "content": "cosmos", "show": false, "cComments": false }, { "title": '1.3.2', "content": "cosmos", "show": false, "cComments": [ { "title": '1.3.2.1', "content": "cosmos", "show": false, "cComments": false }, { "title": '1.3.2.2', "content": "cosmos", "show": false, "cComments": false }, { "title": '1.3.2.3', "content": "cosmos", "show": false, "cComments": [ { "title": '1.3.2.3.1', "content": "cosmos", "show": false, "cComments": [ { "title": '1.3.2.3.1.1', "content": "cosmos", "show": false, "cComments": false }, { "title": '1.3.2.3.1.2', "content": "cosmos", "show": false, "cComments": [ { "title": '1.3.2.3.1.2.1', "content": "cosmos", "show": false, "cComments": false }, { "title": '1.3.2.3.1.2.2', "content": "cosmos", "show": false, "cComments": false } ] }, { "title": '1.3.2.3.1.3', "content": "cosmos", "show": false, "cComments": [ { "title": '1.3.2.3.1.3.1', "content": "cosmos", "show": false, "cComments": false } ] } ] }, { "title": '1.3.2.3.2', "content": "cosmos", "show": false, "cComments": false }, { "title": '1.3.2.3.3', "content": "cosmos", "show": false, "cComments": false } ] } ] }, { "title": '1.3.3', "content": "cosmos", "show": false, "cComments": false } ] } ] } ] ngOnInit() { } constructor() { } }