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
// "rxjs": "^5.5.10" import { of } from 'rxjs/observable/of'; .... return of(res)