Last change
on this file since bdd6491 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
557 bytes
|
Line | |
---|
1 | import { Confirmation } from './confirmation';
|
---|
2 | import * as i0 from "@angular/core";
|
---|
3 | export 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.