AutoFocusDirective constructor
AutoFocusDirective(
- HtmlElement node,
- DomService _domService,
- @Self() @Optional() Focusable? _focusable,
- @Optional() ModalComponent? _modal,
- @Optional() PopupRef? _popupRef,
Implementation
AutoFocusDirective(
HtmlElement node,
this._domService,
@Self() @Optional() this._focusable,
@Optional() this._modal,
@Optional() this._popupRef)
: super(node);