@material-git/all
Version:
Angular 2 Material
13 lines (11 loc) • 318 B
JavaScript
/**
* Configuration for opening a modal dialog with the MdDialog service.
*/
export var MdDialogConfig = (function () {
function MdDialogConfig() {
/** The ARIA role of the dialog element. */
this.role = 'dialog';
}
return MdDialogConfig;
}());
//# sourceMappingURL=dialog-config.js.map