We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When Angular 16 comes out, it may be interesting to support.
The text was updated successfully, but these errors were encountered:
In the meantime it should be relatively easy to use:
import { toSignal } from '@angular/core/rxjs-interop';
While I don't want this library to be tied to Angular, I imagine it could be useful for people using Angular.
If this library supported this directly, I think I would add Angular as an optional peerDependency and have a separate import entry point, eg:
import { toSignal } from 'zustand-rx/angular';
This entrypoint should also NOT use rxjs as well, to allow bundle size savings for people who just want Angular signals without importing RxJS.
Sorry, something went wrong.
No branches or pull requests
When Angular 16 comes out, it may be interesting to support.
The text was updated successfully, but these errors were encountered: