UNPKG

ng-ytl-zorro-antd

Version:

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

13 lines (11 loc) 284 B
import { Component, HostBinding } from '@angular/core'; @Component({ selector : '[nz-menu-divider]', template : ` <ng-content></ng-content> `, host: { '[class.ant-dropdown-menu-item-divider]': 'true' } }) export class NzMenuDividerComponent { }