source: trip-planner-front/node_modules/primeng/dynamicdialog/dialogservice.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: 935 bytes
Line 
1import { ComponentFactoryResolver, ApplicationRef, Injector, Type, ComponentRef } from '@angular/core';
2import { DynamicDialogComponent } from './dynamicdialog';
3import { DynamicDialogConfig } from './dynamicdialog-config';
4import { DynamicDialogRef } from './dynamicdialog-ref';
5import * as i0 from "@angular/core";
6export declare class DialogService {
7 private componentFactoryResolver;
8 private appRef;
9 private injector;
10 dialogComponentRefMap: Map<DynamicDialogRef, ComponentRef<DynamicDialogComponent>>;
11 constructor(componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
12 open(componentType: Type<any>, config: DynamicDialogConfig): DynamicDialogRef;
13 private appendDialogComponentToBody;
14 private removeDialogComponentFromBody;
15 static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
16 static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
17}
Note: See TracBrowser for help on using the repository browser.