import { Component, ViewChild, AfterViewInit } from '@angular/core'; import { jqxTreeComponent } from 'jqwidgets-ng/jqxtree'; import { jqxDropDownButtonComponent } from 'jqwidgets-ng/jqxdropdownbutton'; @Component({ selector: 'app-root', templateUrl: './app.component.html' }) export class AppComponent implements AfterViewInit { @ViewChild('myTree', { static: false }) myTree: jqxTreeComponent; @ViewChild('myDropDownButton', { static: false }) myDropDownButton: jqxDropDownButtonComponent; ngAfterViewInit(): void { this.myDropDownButton.setContent('