I have a following method in angular:
loginUser(email: string, password: string): void { if (email && password) { this.hasLoginMessage = true; thi