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(angular-table): added injector optional parameter for more flexibility #5525

Merged
merged 4 commits into from
May 7, 2024

Commits on May 5, 2024

  1. feat(angular-table): improve adapter implementation (TanStack#5524)

    * Added optional injector for more flexibility
    * Replace runInInjectionContext with injector in effect
    merto20 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    db23cf4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    363bac4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    07c8440 View commit details
    Browse the repository at this point in the history
  2. feat(angular-table): Improve logic in setting table options

    *set table options inside computed before returning the table instance
    *remove redundant signals and effect
    *remove injector as it no longer required
    *update Grouping example to show how to pass signal when creating table
    merto20 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b16a194 View commit details
    Browse the repository at this point in the history