I was trying to follow along with the official Angular tutorial on practical observable usage and attempted to import the "fromEvent":
import { fromEvent } from 'rxjs';
However, it keeps throwing an error message which states "myApp/node_modules/rxjs/Rx" has no exported member 'fromEvent'
I've already searched SO and Googled, with no luck.