hi , I had a error with rxjs module, I fix it with: import { Observable } from 'rxjs/Rx'; import 'rxjs/add/operator/map'; import 'rxjs/add/operator/mergeMap'; only replace rx by Rx, and add the operators. thanks for the tutorial (Y)