1

I am trying to use RxJS with Typescript and downloaded everything what I need.
Then I wanted to test if the code works:
enter image description here

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?

softshipper
  • 32,463
  • 51
  • 192
  • 400
  • Are you getting a runtime error that `.range()` is not defined? Maybe your typings are just old/wrong (depends on your editor). – Sebastian Sebald Aug 12 '16 at 06:44
  • This is also happening with Python! http://stackoverflow.com/questions/42813884/is-there-intellisense-auto-complete-in-visualstudio-for-the-reactive-extension – Robino Mar 16 '17 at 10:36

0 Answers0