MaterialDialogComponent constructor

MaterialDialogComponent(
  1. HtmlElement _rootElement,
  2. DomService _domService,
  3. ChangeDetectorRef _changeDetector,
  4. NgZone _ngZone,
  5. @Optional() ModalComponent? _modal,
)

Implementation

MaterialDialogComponent(
  this._rootElement,
  this._domService,
  this._changeDetector,
  this._ngZone,
  @Optional() this._modal,
) {
  escapeHandler = _defaultEscapeHandler;
}