Created
February 20, 2020 15:03
-
-
Save ArtemRomanovsky/294be9ab85eff6cdc5f7d47368b929c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Injectable() | |
| export class Store { | |
| @observable state: any; | |
| @computed get aggregation() {...} | |
| @action changeFunc(data) {...} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment