AutoFocusDirective constructor

AutoFocusDirective(
  1. HtmlElement node,
  2. DomService _domService,
  3. @Self() @Optional() Focusable? _focusable,
  4. @Optional() ModalComponent? _modal,
  5. @Optional() PopupRef? _popupRef,
)

Implementation

AutoFocusDirective(
    HtmlElement node,
    this._domService,
    @Self() @Optional() this._focusable,
    @Optional() this._modal,
    @Optional() this._popupRef)
    : super(node);