akita
akita copied to clipboard
When the akita store is destroyed, it is not initialized again
I have a problem when I do this.store.destroy() in the ngOnDestroy component hook, the store is not initialized again when I open the component where I am using the store. Has anyone faced this problem? Maybe I am doing something wrong