Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active August 23, 2017 12:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save matthieu-D/052f6ac6ec7f5c7f26facaa3148bd909 to your computer and use it in GitHub Desktop.
export class HomePage {
@select(['present', 'colorList']) currentColorList$;
@select(['past']) previousColorList$;
@select(store => { return store.past.slice(-1) }) previousState$;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment