| 15 | changeDetection: ChangeDetectionStrategy.OnPush, |
| 16 | }) |
| 17 | export class App { |
| 18 | readonly plugins = signal<TanStackDevtoolsAngularPlugin[]>([ |
| 19 | { |
| 20 | name: 'Demo', |
| 21 | render: () => import('./devtools/demo-panel'), |
| 22 | }, |
| 23 | ]) |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected