nilsmehlhorn / ngrx-wieder

Lightweight undo-redo for Angular with NgRx & immer.js
https://nils-mehlhorn.de/posts/angular-undo-redo-ngrx-redux
MIT License
127 stars 10 forks source link

refactor: angular 12 #45

Closed digoburigo closed 3 years ago

digoburigo commented 3 years ago

closes #43

nilsmehlhorn commented 3 years ago

Did you update via ng update? I just did and it produced some more changes to test.ts. Moreover, I think we can't just update across major version for some tools like husky - it says in their changelog that we'd need to re-add the git hooks. Therefore I'd just keep this separate from the Angular update. I've opened another PR #47 for that, either way, thank you for your efforts!