UNPKG

ng-ytl-zorro-antd

Version:

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

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