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:
935 bytes
|
Line | |
---|
1 | import { ComponentFactoryResolver, ApplicationRef, Injector, Type, ComponentRef } from '@angular/core';
|
---|
2 | import { DynamicDialogComponent } from './dynamicdialog';
|
---|
3 | import { DynamicDialogConfig } from './dynamicdialog-config';
|
---|
4 | import { DynamicDialogRef } from './dynamicdialog-ref';
|
---|
5 | import * as i0 from "@angular/core";
|
---|
6 | export 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.