I’m working on an Angular project where I need to conditionally make API calls based on the current state. I’m using NgRx to manage the state of the application. For example, I have a loadData action that should only trigger an API call if the data isn’t already available in the state.
New contributor
BR G is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1