UNPKG

ng-ytl-zorro-antd

Version:

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

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