careful-mouse-42236
03/01/2023, 3:19 PMERROR TypeError: Cannot read properties of undefined (reading 'open')
at HeaderComponent.logout (header.component.ts7222)
@ViewChild("logoutmodal", { static: true }) logoutModal: ClrModal;
@ViewChild("aboutmodal", { static: true }) aboutModal: ClrModal;
public logout() {
this.logoutModal.open();
}
public about() {
this.aboutModal.open();
}
faint-optician-47536
03/03/2023, 8:09 AMcareful-mouse-42236
03/03/2023, 8:10 AMfaint-optician-47536
03/03/2023, 8:10 AMcareful-mouse-42236
03/03/2023, 8:11 AMfaint-optician-47536
03/03/2023, 8:11 AM