UNPKG

ng-ytl-zorro-antd

Version:

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

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