SyntaxFix
Write A Post
Hire A Developer
Questions
True, RxJs has separated its map operator in a separate module and now you need to explicity import it like any other operator.
import rxjs/add/operator/map;
and you will be fine.