I am trying to use RxJS with Typescript and downloaded everything what I need.
Then I wanted to test if the code works:
As you can see Rx.Observable.range
the range method is marked as red.
I look into the Observable.ts
and search for range method, it does not find.
But it exists under the folder observable a range.ts
file.
What am I doing wrong?