mobxjs / mobx-angular

The MobX connector for Angular.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to communicate with other store

Parinyadahmi opened this issue · comments

How to communicate store with other store ?
such as userStore call productStore
and productStore call userStore.

I want to share data between productStore and userStore.

If your store are injectables you can simply inject them, If not - just import