| 19 | } |
| 20 | }) |
| 21 | export class Docs { |
| 22 | // Injected dependencies using Angular 20 inject function |
| 23 | private readonly router = inject(Router); |
| 24 | private readonly platform = inject(PLATFORM_ID); |
nothing calls this directly
no outgoing calls
no test coverage detected