UNPKG

iptdevs-design-system

Version:

Library common elements into IPT Plattform.

14 lines (13 loc) 563 B
import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { IPTGeneralService } from '../service-enviroments'; import * as i0 from "@angular/core"; export declare class UserEktService extends IPTGeneralService { private http; private SERVICE_URL; constructor(http: HttpClient); getAllUserEkt(): Observable<any>; getAllAnnouncementByUser(codeUser: number): Observable<any>; static ɵfac: i0.ɵɵFactoryDeclaration<UserEktService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<UserEktService>; }