I'm using Angular 6 and RxJS6, and building the application I have the following error:
... has no exported member 'Subject'.
node_modules/rxjs/Subject.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/Subject'.
Any thought to upgrade the component?
I'm using Angular 6 and RxJS6, and building the application I have the following error:
Any thought to upgrade the component?