source: trip-planner-front/node_modules/primeng/api/confirmationservice.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 557 bytes
Line 
1import { Confirmation } from './confirmation';
2import * as i0 from "@angular/core";
3export declare class ConfirmationService {
4 private requireConfirmationSource;
5 private acceptConfirmationSource;
6 requireConfirmation$: import("rxjs").Observable<Confirmation>;
7 accept: import("rxjs").Observable<Confirmation>;
8 confirm(confirmation: Confirmation): this;
9 close(): this;
10 onAccept(): void;
11 static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationService, never>;
12 static ɵprov: i0.ɵɵInjectableDeclaration<ConfirmationService>;
13}
Note: See TracBrowser for help on using the repository browser.