ngx-modal-dialog
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "ngx-modal-dialog", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Dynamic modal dialog for Angular", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -12,9 +12,9 @@ import { ComponentRef, ComponentFactoryResolver, ViewContainerRef, OnDestroy, OnInit } from '@angular/core'; | ||
/** Modal dialog style settings */ | ||
protected settings: IModalDialogSettings; | ||
settings: IModalDialogSettings; | ||
actionButtons: IModalDialogButton[]; | ||
title: string; | ||
onClose: () => Promise<any> | Observable<any> | boolean; | ||
protected showAlert: boolean; | ||
protected animateOverlayClass: string; | ||
protected animateModalClass: string; | ||
showAlert: boolean; | ||
animateOverlayClass: string; | ||
animateModalClass: string; | ||
private _inProgress; | ||
@@ -21,0 +21,0 @@ private _alertTimeout; |
Sorry, the diff of this file is not supported yet
104212