Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add observables via select() #12

Merged
merged 3 commits into from
May 2, 2016

Commits on Apr 21, 2016

  1. feat: Add observables via select()

    Observables are a key feature for performant large scale angular2 apps.
    This commits forks the select() function from ngrx/store, so we are able
    to retrieve a observable for a particular state property.
    micha149 committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    356830a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c849efa View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. chore: Fix linting errors

    micha149 committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    4c532d0 View commit details
    Browse the repository at this point in the history