I\'m migrating an Angular 5 app to the latest CLI and Angular 6 RC and all of my Observable imports are broken. I see that Angular 6 changes the way the imports work, but I
Or if you want to keep using version 6.0.0 you do
6.0.0
npm i --save rxjs-compat
to add reverse compatibility