You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
557 B
13 lines
557 B
import { Confirmation } from './confirmation';
|
|
import * as i0 from "@angular/core";
|
|
export declare class ConfirmationService {
|
|
private requireConfirmationSource;
|
|
private acceptConfirmationSource;
|
|
requireConfirmation$: import("rxjs").Observable<Confirmation>;
|
|
accept: import("rxjs").Observable<Confirmation>;
|
|
confirm(confirmation: Confirmation): this;
|
|
close(): this;
|
|
onAccept(): void;
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationService, never>;
|
|
static ɵprov: i0.ɵɵInjectableDeclaration<ConfirmationService>;
|
|
}
|