问题
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?
来源:https://stackoverflow.com/questions/38889155/rx-observable-range-is-missing-in-typescript