Recently, I've been working on some enhancements to the flex-layout project. While running ngc
./node_modules/.bin/ngc -p src/lib/tsconfig.json
I encountered an issue...
Error Cannot find type definition file for 'rx/rx.all'.
It seems like this problem is originating from Angular, even though I am properly importing the type. Is there a solution to this without having to downgrade "@types/rx"?
The branch that needs to be linked is UPGRADE, as it includes the necessary package file changes for upgrading dependencies.