// import { Component, forwardRef, Input} from '@angular/core';
// import { ExtBase } from './ext.base';
// @Component({
// selector: 'ext2',
// template: '
ext2
',
// providers: [
// { provide: ExtBase, useExisting: forwardRef(() => Ext) }
// ]
// })
// export class Ext extends ExtBase {
// @Input() xtype;
// @Input() config;
// }