UNPKG

yoyo-ng-modulewindy

Version:

服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容

11 lines (10 loc) 383 B
import { TemplateRef, OnInit } from '@angular/core'; import { SimpleTableComponent } from './simple-table.component'; export declare class SimpleTableRowDirective implements OnInit { templateRef: TemplateRef<any>; private table; id: string; type: 'title'; constructor(templateRef: TemplateRef<any>, table: SimpleTableComponent); ngOnInit(): void; }