Replies: 4 comments 6 replies
-
What's the use-case for introducing the |
Beta Was this translation helpful? Give feedback.
-
What are your thoughts @brandonroberts ? |
Beta Was this translation helpful? Give feedback.
-
Any update on this @brandonroberts ? cc: @timdeschryver In such case we need to have a lifecycle hook to dispatch an action that has some private props. Obviously, we can solve that issue by dispatching the action on component but alas it needs to have the props to dispatch the action. |
Beta Was this translation helpful? Give feedback.
-
If you want, I am ready to update my pull request. Also, I've updated the stackblitz example to explain more clearly. Could you check it again, please? @timdeschryver |
Beta Was this translation helpful? Give feedback.
-
This lifecycle hook will be running like onInitEffects, but onResolvedEffects hook will be running on every resolving phase when using EffectSources addEffects method.
use case example : https://stackblitz.com/edit/angular-ivy-tentrb
This is the implementation;
Beta Was this translation helpful? Give feedback.
All reactions