in platform/core/dialogs/services/dialog.service.js [22:28]
function IDialogConfig() { this.title = ''; this.message = ''; this.dialogRef = undefined; this.viewContainerRef = undefined; this.disableClose = true; }