'Data in the store is restarting after routing to a different page in state management Akita

After updating the store and routing to another page, the information that I sent to the store was restated, as you can see the flow is @@INIT twice and not and I don't understand why?

  • angular 13
  • the component that I routing has a different module,
  • I am using changeDetection

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source