Update strict

This commit is contained in:
Çetin
2025-01-07 14:06:30 +03:00
parent 62d34c720b
commit 422e92f580
9 changed files with 30 additions and 17 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ export class OverlayDemo implements OnInit {
op.toggle(event);
}
onProductSelect(op, event: any) {
onProductSelect(op: Popover, event: any) {
op.hide();
this.messageService.add({ severity: 'info', summary: 'Product Selected', detail: event?.data.name, life: 3000 });
}