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

feat: add support for observables to withDataService #88

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 27, 2024

  1. refactor: add observable/subscription types to withDataService inte…

    …rface and method signatures
    michael-small committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6fd9524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e558db4 View commit details
    Browse the repository at this point in the history
  3. refactor: add RXJS version of withDataService for methods `loadById…

    …/create/update/updateAll/delete`key
    michael-small committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    02427a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9461dc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d403da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    191864f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'refs/heads/main' into feat-withDataService-rxjs

    # Conflicts:
    #	apps/demo/src/app/flight-search-data-service-simple/flight-booking-simple.store.ts
    michael-small committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a99c0e7 View commit details
    Browse the repository at this point in the history
  8. fix: point service at actual endpoint/service, store at actual servic…

    …e for RXJS `withDataService`
    michael-small committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    47fc853 View commit details
    Browse the repository at this point in the history