UNPKG

ng-ytl-zorro-antd

Version:

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

12 lines (10 loc) 314 B
import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { NzBadgeComponent } from './nz-badge.component'; @NgModule({ declarations: [ NzBadgeComponent ], exports : [ NzBadgeComponent ], imports : [ CommonModule ] }) export class NzBadgeModule { }