I am having issue with importing Observable.of function in my project. My Intellij sees everything. In my code I have:
Observable.of
import {Observable} from
You could also import all operators this way:
import {Observable} from 'rxjs/Rx';