UNPKG

ng-ytl-zorro-antd

Version:

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

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