SyntaxFix
Write A Post
Hire A Developer
Questions
The RxJS functions need to be specifically imported. An easy way to do this is to import all of its features with import * as Rx from "rxjs/Rx"
import * as Rx from "rxjs/Rx"
Then make sure to access the Observable class as Rx.Observable.
Observable
Rx.Observable