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

Simplify angular demo #366

Merged
merged 7 commits into from
May 8, 2017
Merged

Simplify angular demo #366

merged 7 commits into from
May 8, 2017

Commits on Apr 19, 2017

  1. angular-demo: simplify code

    - Use ngx-pipes to transform object to array of pairs
    - Extract GunDb in its own file
    - Introduce deletion
    victornoel committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    a2148b3 View commit details
    Browse the repository at this point in the history
  2. angular-demo: rewrite rx wrapper

    Use latest API and ensure unsubscription will be done.
    victornoel committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    ea5d6db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa8771a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2017

  1. Upgrade dependencies

    victornoel committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    5c049c1 View commit details
    Browse the repository at this point in the history
  2. Bump gun to 0.7.3

    Add val$ and on$ to get observables (on$ can't be unsubscribed for
    now...)
    victornoel committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    141b5ea View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2017

  1. Bump dependencies

    - gun 0.7.4
    - angular 4.1.0
    - typescript 2.3.2
    victornoel committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    6bdbf1a View commit details
    Browse the repository at this point in the history
  2. on$: fix unsubscribe and add cleanup

    Add an example of concurrent subscription to gun in the
    view with a button to subscribe and unsubscribe.
    victornoel committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    12897b1 View commit details
    Browse the repository at this point in the history