UNPKG

ng-ytl-zorro-antd

Version:

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

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