Skip to content

Commit

Permalink
build: hack to prevent bug of ng-packagr
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed May 21, 2019
1 parent 2c4df76 commit dd0e0b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/site/_site/doc/app/share/share.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router';
import { NgZorroAntdModule } from 'ng-zorro-antd';
import { NgZorroAntdModule, NzButtonModule } from 'ng-zorro-antd';
import { ColorSketchModule } from 'ngx-color/sketch';
import { NzCodeBoxModule } from './nz-codebox/nz-codebox.module';
import { NzGithubBtnModule } from './nz-github-btn/nz-github-btn.module';
Expand Down Expand Up @@ -32,6 +32,7 @@ import { NzNavBottomModule } from './nz-nav-bottom/nz-nav-bottom.module';
ReactiveFormsModule,
RouterModule,
NgZorroAntdModule,
NzButtonModule, // Hack to prevent https://github.com/ng-packagr/ng-packagr/issues/594
NzCodeBoxModule,
NzHighlightModule,
NzNavBottomModule,
Expand Down

0 comments on commit dd0e0b8

Please sign in to comment.