| 45 | changeDetection: ChangeDetectionStrategy.OnPush, |
| 46 | }) |
| 47 | export class TanStackDevtools { |
| 48 | readonly elementRef = inject<ElementRef<HTMLElement>>(ElementRef) |
| 49 | |
| 50 | readonly plugins = input<TanStackDevtoolsAngularInit['plugins']>([]) |
nothing calls this directly
no outgoing calls
no test coverage detected