ng-ytl-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
16 lines (12 loc) • 635 B
text/typescript
import { NgModule } from '@angular/core';
import { NzIntroGetStartedComponent } from './nz-intro-get-started.component'
import { NzHighlightModule } from '../share/nz-highlight/nz-highlight.module';
import { NzMarkdownModule } from '../share/nz-markdown/nz-markdown.module';
import { CommonModule } from '@angular/common';
import { NzIntroGetStartedRoutingModule } from './nz-intro-get-started.routing.module';
export class NzIntroGetStartedModule {
}