I have upgraded my project from Angular 4 to Angular 7, and I am getting the following error:
ERROR in node_modules/@ng-bootstrap/ng-bootstrap/typeahead/typeahead.d.ts(3,10): error TS2305: Module '"D:/usman/dev_area/code/physician-portal/node_modules/rxjs/Observable"' has no exported member 'Observable'
node_modules/rxjs/Observable.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/Observable
This sounds an issue with rxjs-compat. Try running:
npm install --save rxjs-compat
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With