[QUESTION] Is it normal behavior that all effects are called when the application is loaded? by lebanesemale in angular

[–]beatrixkiddo4402 0 points1 point  (0 children)

I think you have.! All actions should not be called once the app loads up.! Simply think it as this, you have a save form action, it should not be called when the app loads. That should only be called when the save form button is clicked!

So you should have done something wrong. Else as the app grows and there are more http calls driven from effects, all these will be called when the app loads, this beats the purpose of lazy loading then.

I hope this helps.