Returns the host HTML element.
()
| 122 | |
| 123 | /** Returns the host HTML element. */ |
| 124 | _getHostElement() { |
| 125 | return this._elementRef.nativeElement; |
| 126 | } |
| 127 | |
| 128 | _getDefaultTextForState(state: StepState): string { |
| 129 | if (state == 'number') { |
no outgoing calls
no test coverage detected