UNPKG

ng-ytl-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

11 lines (8 loc) 206 B
import { Directive, HostBinding, Input } from '@angular/core'; @Directive({ selector: '[nz-tbody-tr]', host: { '[class.ant-table-row]': 'true' } }) export class NzTbodyTrDirective { }