I am having issue with importing Observable.of function in my project. My Intellij sees everything. In my code I have:

import {Observable} from 'rxjs/Observable';

and in my code I use it like that:

return Observable.of(res);

Any ideas?

18 Answers
18

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *