Showing posts with label RXJS. Show all posts
Showing posts with label RXJS. Show all posts

Monday, January 20, 2020

how to fix "Property 'map' does not exist on type 'Observable'" in Angular Development

1. first install the latest ReactJS compact package

     npm install --save rxjs-compat@6

2. reference to the rxjs/rx

import 'rxjs/Rx';