ngx-redux-ui-management-recipes
ngx-redux-ui-management-recipes copied to clipboard
Upgrade issues
I like the examples in this project a lot, but have not been able to upgrade the source to current Angular/Ngrx. Going thru the article up to the modals section fails with the following error:
ERROR in node_modules/@ngrx/effects/src/bootstrap-listener.d.ts(1,20): error TS2305: Module '"../../../@angular/core/core"' has no exported member 'OpaqueToken'.
...
Cloning the complete repo and trying to upgrade it ends up with the following errors:
ERROR in Metadata version mismatch for module
/Users/tim/angular/redux/ngx-redux-ui-management-recipes/node_modules/@ng-bootstrap/ng-bootstrap/index.d.ts,
found version 4, expected 3,
...
I have a repo here which contains my work to get these samples up and running.
Are there any plans to upgrade the article/code base? It seems like a very worth-wile project to me.
Hello @timofeysie, Cool! It would be great if you open a PR with the upgraded version.