MCPcopy Create free account
hub / github.com/TanStack/devtools /

Class

packages/angular-devtools/src/devtools.ts:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 changeDetection: ChangeDetectionStrategy.OnPush,
46})
47export class TanStackDevtools {
48 readonly elementRef = inject<ElementRef<HTMLElement>>(ElementRef)
49
50 readonly plugins = input<TanStackDevtoolsAngularInit['plugins']>([])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected