@o3r/apis-manager
Version:
This module provides services to help you communicate with your APIs. Its responsibility is to provide an API configuration to a service factory so that it could instantiate an API with the right configurations. It contains a default configuration and a m
7 lines • 316 B
TypeScript
import { InjectionToken } from '@angular/core';
import type { ApiManager } from './api-manager';
/**
* Token used by the core library to provide an Api manager to services. It can be provided in the app.
*/
export declare const API_TOKEN: InjectionToken<ApiManager>;
//# sourceMappingURL=api-manager.token.d.ts.map