Skip to content

Commit

Permalink
fix(module:notification): linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoss54 committed Feb 14, 2025
1 parent 2a04be8 commit 6bcf365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/notification/demo/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { NzTagModule } from 'ng-zorro-antd/tag';
export class NzDemoNotificationTemplateComponent {
@ViewChild(TemplateRef, { static: false }) template?: TemplateRef<{
$implicit: NzNotificationComponent;
data: { name: string; color: string }[];
data: Array<{ name: string; color: string }>;
}>;

constructor(private notificationService: NzNotificationService) {}
Expand Down

0 comments on commit 6bcf365

Please sign in to comment.