Ayaz
0
Q:

observable pipe change one property

getPerons(): Observable<Person> {
  this.http.get('url').pipe(map(response => ({...response, age: response.age + 2})));
}
0

New to Communities?

Join the community