// import { Component, ViewChildren, ViewChild, ViewContainerRef, QueryList, AfterViewInit } from '@angular/core'; // import { ExtBase } from './ext.base'; // //import { ExtGrid } from './ext.grid'; // //import { ExtCartesian } from './ext.cartesian'; // @Component({ // selector: 'inheritclient', // template: ` // // // // // ` // }) // export class InheritClientComponent implements AfterViewInit { // @ViewChildren(ExtBase, { read: ViewContainerRef }) ExtBaseRef: QueryList; // //@ViewChildren(ExtGrid) extGrid: QueryList; // //@ViewChildren(ExtCartesian) extCartesian: QueryList; // tabsParams: any = '{}'; // ngAfterViewInit() { // console.log(this.ExtBaseRef.length); // //console.log(this.extGrid.length); // //console.log(this.extCartesian.length); // } // }