UNPKG

angular-auth-oidc-client

Version:
16 lines (15 loc) 560 B
import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class HttpBaseService { private readonly http; constructor(http: HttpClient); get<T>(url: string, params?: { [key: string]: any; }): Observable<T>; post<T>(url: string, body: any, params?: { [key: string]: any; }): Observable<T>; static ɵfac: i0.ɵɵFactoryDeclaration<HttpBaseService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<HttpBaseService>; }