Replies: 1 comment
-
I'd use import { propsFactory } from '@ngneat/elf';
export const {
withError,
selectError,
resetError,
getError,
setError,
setErrorInitialValue,
} = propsFactory('error', {
initialValue: null,
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there error handling with elf store like in Akita? https://opensource.salesforce.com/akita/docs/additional/notifications
If not, any suggestions for best practices?
Beta Was this translation helpful? Give feedback.
All reactions