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
In rxjs v6, of operator should be imported as import { of } from 'rxjs';
rxjs
of
import { of } from 'rxjs';