Skip to content

Instantly share code, notes, and snippets.

@ArtemRomanovsky
Created February 20, 2020 15:03
Show Gist options
  • Select an option

  • Save ArtemRomanovsky/294be9ab85eff6cdc5f7d47368b929c6 to your computer and use it in GitHub Desktop.

Select an option

Save ArtemRomanovsky/294be9ab85eff6cdc5f7d47368b929c6 to your computer and use it in GitHub Desktop.
@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