Fix standalone problem
parent
3f0906d8c7
commit
c42a61bf3d
|
@ -16,6 +16,6 @@ export class LoginComponent {
|
||||||
};
|
};
|
||||||
constructor(private http: HttpClient) { }
|
constructor(private http: HttpClient) { }
|
||||||
onLogin() {
|
onLogin() {
|
||||||
this.http.post('https://freeapi.gerasim.in/api/User/Login', this.loginObj)
|
this.http.post('https://freeapi.gerasim.in/api/User/Login', this.loginObj).subscribe((res: any) => {})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue