Returns the host DOM element.
()
| 119 | |
| 120 | /** Returns the host DOM element. */ |
| 121 | _getHostElement(): HTMLElement { |
| 122 | return this._elementRef.nativeElement; |
| 123 | } |
| 124 | |
| 125 | /** Prevents the default element actions if it is disabled. */ |
| 126 | _checkDisabled(event: Event): void { |
no outgoing calls
no test coverage detected