MaterialDialogComponent constructor
MaterialDialogComponent(
- HtmlElement _rootElement,
- DomService _domService,
- ChangeDetectorRef _changeDetector,
- NgZone _ngZone,
- @Optional() ModalComponent? _modal,
Implementation
MaterialDialogComponent(
this._rootElement,
this._domService,
this._changeDetector,
this._ngZone,
@Optional() this._modal,
) {
escapeHandler = _defaultEscapeHandler;
}