Property ‘map’ does not exist on type ‘Observable’
I am trying to call an API from Angular but am getting this error: Property ‘map’ does not exist on type ‘Observable<Response>’ The … Read more
I am trying to call an API from Angular but am getting this error: Property ‘map’ does not exist on type ‘Observable<Response>’ The … Read more
You need to import the map operator: Or more generally: Notice: For versions of RxJS 6.x.x and above, you will have to use pipeable operators … Read more