()
| 99 | } |
| 100 | |
| 101 | get codeLength(): number { |
| 102 | return CodeComponent.CODE_LENGTH; |
| 103 | } |
| 104 | |
| 105 | @HostListener("window:keydown", ["$event.key"]) |
| 106 | backspaceEventListener(key: string) { |
nothing calls this directly
no outgoing calls
no test coverage detected