https://github.com/mattsmithdev/weathercard.angular2
this._settingsService.settings$.mergeMap(settings => { this.settings = settings; return this._weatherService.getLatestWeather(this._location, settings); }) .subscribe( weather => this.weather = weather, error => this.errorMessage = <any>error );
https://github.com/mattsmithdev/weathercard.angular2