| 136 | changeDetection: ChangeDetectionStrategy.OnPush, |
| 137 | }) |
| 138 | export class App { |
| 139 | readonly showModal = signal(false) |
| 140 | |
| 141 | readonly plugins = signal<TanStackDevtoolsAngularPlugin[]>([a11yDevtoolsPlugin()]) |
nothing calls this directly
no outgoing calls
no test coverage detected