ngx-redux-ui-management-recipes icon indicating copy to clipboard operation
ngx-redux-ui-management-recipes copied to clipboard

Upgrade issues

Open timofeysie opened this issue 6 years ago • 1 comments

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.

timofeysie avatar Feb 18 '19 23:02 timofeysie

Hello @timofeysie, Cool! It would be great if you open a PR with the upgraded version.

hggeorgiev avatar Feb 22 '19 15:02 hggeorgiev