// import { Component, ViewContainerRef, QueryList, ContentChildren } from '@angular/core'; // import { ExtGrid2 } from './ext.grid'; // @Component({ // selector: 'ext-base2', // template: '
ext-base2
' // }) // export class ExtBase { // // @ContentChildren(ExtBase, { read: ViewContainerRef }) ExtBaseRef: QueryList; // // @ContentChildren(ExtGrid2, { read: ViewContainerRef }) ExtGrid2Ref: QueryList; // constructor(viewContainerRef: ViewContainerRef) { // } // // ngAfterContentInit() { // // //debugger; // // //console.log(this.ExtBaseRef); // // console.log(this.ExtGrid2Ref); // // //var extBaseComponentRef : ViewContainerRef = this.ExtBaseRef.first; // // } // }