(el: Element)
| 165 | } |
| 166 | |
| 167 | touchCallback(el: Element): () => void { |
| 168 | return () => { |
| 169 | el.classList.remove("key--touched"); |
| 170 | }; |
| 171 | } |
| 172 | |
| 173 | getContentAttr(): string | undefined { |
| 174 | const attrs = this.ref.nativeElement.attributes |
nothing calls this directly
no outgoing calls
no test coverage detected