Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jan 11, 2024
1 parent f296dea commit 0d06151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/abc/notice-icon/notice-icon.component.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NgClass } from '@angular/common';
import { NgClass, NgTemplateOutlet } from '@angular/common';
import {
ChangeDetectionStrategy,
ChangeDetectorRef,
Expand Down Expand Up @@ -36,6 +36,7 @@ import { NoticeIconSelect, NoticeItem } from './notice-icon.types';
standalone: true,
imports: [
NgClass,
NgTemplateOutlet,
NzBadgeComponent,
NzIconDirective,
NzDropDownModule,
Expand Down

0 comments on commit 0d06151

Please sign in to comment.