Angular Where are my Observable operators? :-) Just a note to myself: Since AngularJS 2 Beta 0, it will not expose Observable anymore. Before Beta 0 (or some alpha’ish 48) you could do: import {Observable} from 'angular2/angular2'; Starting with Beta 0, you need to import it directly from RxJS: import {Observable} from '