When using to angular 6 and swagger codegen, i'm getting typescript compiler errors related to rxjs
:
Cannot find module 'rxjs-compat/Observable'
I found the following https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md#rxjs-v5x-to-v6-update-guide
I'm using swagger-codegen: stable 2.3.1
on a mac (installed with brew).
I appreciate any guidance.
Update -----------------------
I added rxjs-compat
to my angular6 project using
npm install --save-dev rxjs-compat
I now get compiler warnings, but the compiler errors are gone and the project seems to run