@koalarx/ui
Version:
Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.
12 lines (11 loc) • 583 B
TypeScript
import { Observable } from 'rxjs';
import { KoalaAlertService } from '@koalarx/ui/alert';
import * as i0 from "@angular/core";
export declare class KoalaRequestService {
private koalaAlertService;
constructor(koalaAlertService: KoalaAlertService);
request<T>(request: Promise<T> | Observable<T>, success?: (response: T) => void, error?: (error: T) => void): import("rxjs").Subscription;
private showAlertError;
static ɵfac: i0.ɵɵFactoryDeclaration<KoalaRequestService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<KoalaRequestService>;
}