| 31 | styleUrl: "./code.component.scss" |
| 32 | }) |
| 33 | export abstract class CodeComponent implements OnInit { |
| 34 | |
| 35 | protected static CODE_LENGTH = 6; |
| 36 | code$ = new BehaviorSubject<string>(""); |
nothing calls this directly
no outgoing calls
no test coverage detected