Skip to content

ngrx-rtk-query@21.3.0

Choose a tag to compare

@github-actions github-actions released this 07 May 11:00
· 9 commits to main since this release
da0c27e

Minor Changes

  • #115 88733c6 Thanks @SaulMoro! - Deprecate importing provideStoreApi from the root entrypoint.

    Import provideStoreApi from ngrx-rtk-query/store instead. Core APIs such as createApi and fetchBaseQuery remain available from ngrx-rtk-query. Signal Store runtime features remain available from ngrx-rtk-query/signal-store.

    This prepares a future major version where the root entrypoint will no longer re-export the NgRx Store provider.