I tried to upgrade my project fron Angular 5.2 to 6 using the instructions at https://update.angular.io/
After upgrade, when I build the project (ng build
), I keep getting below error
/node_modules/rxjs/Observable"' has no exported member 'Observable'.
I referred to the observable in my code as
import { Observable } from 'rxjs'
Do I need to do anything else?