-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular 16 support #311
Comments
Our team would love to know this too. Sadly we are avoiding adoption of this awesome library because it appears to have lost momentum, with very few changes in 3 and almost 4 years. I guess the code is stable, which is great, but without ongoing fixes and library updates it does appear to be a risk we aren't willing to take right now. @MrWolfZ please let us know if you plan on continuing support for ngrx-forms or would like help in doing so? |
Hi there. The library is indeed in what I would call the "minimal maintenance mode" where I only do the most important fixes (for example, it is still using the old style of dispatching actions via ngrx). Unfortunately I've been out of frontend and particularly Angular development for quite some time now, which makes it tricky to keep up to date with all the latest and greatest changes in the Angular world. The library itself is designed to have minimal dependencies (it doesn't even depend on rxjs for example, that is just used in the example app). The only true dependencies are I fully understand the reluctance to adopt the library in this state. The ideas of this library also certainly go against what the Angular teams wants devs to do with forms. So maybe the wiser choice is to stay/move away from it. However, I am certainly welcoming any help in keeping the dependencies and the examples up to date, so if you are willing to provide PRs I'll gladly release a new version. Alternatively you could also consider to fork the repo and release a continuously updated version that doesn't depend on me. I'll gladly link to it in the README. |
Works fine with Angular 16. Some minor changes needed to support the new material components, but otherwise it's still fine. |
Hi, I'm particularly interested if SignalStore will be supported? Thanks for your feedback. |
Hi there,
I see that this repository is using deprecated versions of products such as Angular and RxJs.
Are there plans to upgrade to support Angular 16 and RxJS 7 etc.?
If you need any more information or support, let me know.
Many thanks,
Matthew Quinn
The text was updated successfully, but these errors were encountered: