ng-ytl-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
13 lines (10 loc) • 336 B
text/typescript
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { NzHighlightComponent } from './nz-highlight.component';
({
imports : [ CommonModule ],
declarations: [ NzHighlightComponent ],
exports : [ NzHighlightComponent ]
})
export class NzHighlightModule {
}