@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.
11 lines (10 loc) • 499 B
TypeScript
import { KoalaAlertConfigInterface } from './koala.alert-config.interface';
import { KoalaDialogService } from '@koalarx/ui/dialog';
import * as i0 from "@angular/core";
export declare class KoalaAlertService {
private dialogService;
constructor(dialogService: KoalaDialogService);
create(alertConfig: KoalaAlertConfigInterface): void;
static ɵfac: i0.ɵɵFactoryDeclaration<KoalaAlertService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<KoalaAlertService>;
}