UNPKG

@fingerprintsoft/angular-spring-hal

Version:

This Angular module offers a HAL/JSON http-client to easily interact with a Spring Data Rest API or any API that implements the Spring Data Rest resource model

17 lines (16 loc) 828 B
import { HttpClient } from '@angular/common/http'; import { ExternalConfigurationHandlerInterface } from './external-configuration.handler'; import { ExternalConfiguration } from './ExternalConfiguration'; import * as i0 from "@angular/core"; export declare class ExternalService { private externalConfigurationService; constructor(externalConfigurationService: ExternalConfigurationHandlerInterface); updateExternalConfigurationHandlerInterface(externalConfigurationService: ExternalConfigurationHandlerInterface): void; getExternalConfiguration(): ExternalConfiguration; getProxyUri(): string; getRootUri(): string; getURL(): string; getHttp(): HttpClient; static ɵfac: i0.ɵɵFactoryDeclaration<ExternalService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ExternalService>; }