UNPKG

ng-ytl-zorro-antd

Version:

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

13 lines (10 loc) 336 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { NzHighlightComponent } from './nz-highlight.component'; @NgModule({ imports : [ CommonModule ], declarations: [ NzHighlightComponent ], exports : [ NzHighlightComponent ] }) export class NzHighlightModule { }