I've tried placing akitaConfig
directly in the constructor of my app.component.ts
file, which has it being called before anything else, but it doesn't seem to properly configure the data stores created afterwards. I'm trying to set resettable
to true
globally. The only way I'm finding to do this is by setting it on each individual store, which isn't ideal.
TIA.
You should call it in the main.ts file before any stores get created.