This is app.module.ts I have tried to done the Import of map in different project and it worked fine, but in this project it\'s not working.
app.module.ts
In angular 6 import 'rxjs/add/operator/map'; become to:
import 'rxjs/add/operator/map';
import { map } from 'rxjs/operators';
Read here:https://www.academind.com/learn/javascript/rxjs-6-what-changed/