@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
8 lines • 317 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
import type { NgAddSchematicsSchema } from '../../ng-add/schema';
/**
* Update app.module file with api manager, if needed
* @param options
*/
export declare function updateApiDependencies(options: NgAddSchematicsSchema): Rule;
//# sourceMappingURL=index.d.ts.map