In your login.ts
try:
export interface User {
email?: string;
password?: string;
}
public user: User = new User;
See:
In your login.ts
try:
export interface User {
email?: string;
password?: string;
}
public user: User = new User;
See: