SyntaxFix
Write A Post
Hire A Developer
Questions
If you are using angular4 the use below import. it should work .
import 'rxjs/add/operator/map';
If you are using angular5/6 then use map with pipe and import below one
import { map } from "rxjs/operators";