Skip to content

Commit

Permalink
fix(s): NzIconModule not imported
Browse files Browse the repository at this point in the history
Signed-off-by: Kwong Tung Nan <[email protected]>
  • Loading branch information
kwongtn committed Jul 22, 2024
1 parent d6723e6 commit 0e73fa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/spotting/spotting-form/spotting-form.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { NzDatePickerModule } from "ng-zorro-antd/date-picker";
import { NzDrawerRef } from "ng-zorro-antd/drawer";
import { NzFormModule } from "ng-zorro-antd/form";
import { NzGridModule } from "ng-zorro-antd/grid";
import { NzIconModule } from "ng-zorro-antd/icon";
import { NzInputModule } from "ng-zorro-antd/input";
import { NzSelectItemInterface, NzSelectModule } from "ng-zorro-antd/select";
import { NzSpaceModule } from "ng-zorro-antd/space";
Expand Down Expand Up @@ -112,6 +113,7 @@ export interface SpottingFormReturnType {
NzDatePickerModule,
NzFormModule,
NzGridModule,
NzIconModule,
NzInputModule,
NzSelectModule,
NzSpaceModule,
Expand Down

0 comments on commit 0e73fa0

Please sign in to comment.