update one component from another component angular 9

Solutions on MaxInterview for update one component from another component angular 9 by the best coders in the world

showing results for - "update one component from another component angular 9"
Kip
22 Apr 2019
1this.CommonService.updateListsObs
2.subscribe(
3(response) => {console.log("You will get date range in response which can be used to filter Car list in Component A ")}
4)
5