Angular 2 beta.17: Property ‘map’ does not exist on type ‘Observable’

You need to import the map operator:

import 'rxjs/add/operator/map'

Leave a Comment