[angular] Angular HTTP GET with TypeScript error http.get(...).map is not a function in [null]

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.