getValue(): void { const value= this.someValue; // getting from parent and could bechnaged this.info$ = this.someService.somevalue(value); }
I want to change whenever the value is changed from parent class