I have Getter and Setter method in Typescript. I have get intial value using getter() method in ngOnInit(). After that i made some update and set the value using Setter() method.
In that case i want to call getter() method automatically. I have tried with Observal() and Subscribe() .It not working.