diff --git a/scripts/site/_site/doc/app/share/share.module.ts b/scripts/site/_site/doc/app/share/share.module.ts index 4c64b460e50..c1c4647def1 100644 --- a/scripts/site/_site/doc/app/share/share.module.ts +++ b/scripts/site/_site/doc/app/share/share.module.ts @@ -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'; @@ -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,