| 31 | changeDetection: ChangeDetectionStrategy.OnPush, |
| 32 | }) |
| 33 | export class App { |
| 34 | readonly plugins = signal<TanStackDevtoolsAngularPlugin[]>([ |
| 35 | { |
| 36 | name: 'Custom devtools (Panel)', |
nothing calls this directly
no outgoing calls
no test coverage detected