This is my angular service.ts code. How I change this 'loginstatus' variable value to 'true' in login() method of app.componenent.ts
import { Injectable } from '@angular/core';
var loginstatus:false;
@Injectable({
providedIn: 'root'
})
export class CurdService {
constructor() { }
}