iptdevs-design-system
Version:
Library common elements into IPT Plattform.
16 lines (15 loc) • 681 B
TypeScript
import { HttpClient } from '@angular/common/http';
import { Observable } from 'rxjs';
import { IPTGeneralService } from '../service-enviroments';
import { GetCertificate } from '../../models/academic/academic.component';
import * as i0 from "@angular/core";
export declare class CertificateService extends IPTGeneralService {
private http;
private SERVICE_URL;
constructor(http: HttpClient);
getCertificate(params: GetCertificate): Observable<any>;
getCertificateApiUrl(): string;
getCertificatesApiUrl(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CertificateService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CertificateService>;
}