UNPKG

ngrx-rtk-query

Version:
5 lines (4 loc) 330 B
import { type EnvironmentProviders } from '@angular/core'; import { type Api } from '@reduxjs/toolkit/query'; import { type StoreQueryConfig } from 'ngrx-rtk-query/core'; export declare function provideStoreApi(api: Api<any, Record<string, any>, string, string, any>, { setupListeners }?: StoreQueryConfig): EnvironmentProviders;