@crowdfarming/oliva-ds 1.57.0 → 1.58.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,6 +13,13 @@ export interface ModalRef<T> {
|
|
|
13
13
|
export declare class ModalService {
|
|
14
14
|
private appRef;
|
|
15
15
|
private injector;
|
|
16
|
+
private router;
|
|
17
|
+
private destroyRef;
|
|
18
|
+
private platformId;
|
|
19
|
+
private openModals;
|
|
20
|
+
constructor();
|
|
21
|
+
private subscribeToNavigationEvents;
|
|
22
|
+
closeAll(): void;
|
|
16
23
|
open<T>(component: Type<any>, config?: ModalConfig<T>): ModalRef<T>;
|
|
17
24
|
private closeModal;
|
|
18
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
|