UNPKG

ng-ytl-zorro-antd

Version:

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

13 lines (11 loc) 271 B
import { Directive, ElementRef, HostBinding } from '@angular/core'; @Directive({ selector: '[nz-dropdown]', host: { '[class.ant-dropdown-trigger]': 'true' } }) export class NzDropDownDirective { constructor(public elementRef: ElementRef) { } }