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

Class

examples/angular/panel/src/app/app.ts:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 changeDetection: ChangeDetectionStrategy.OnPush,
32})
33export class App {
34 readonly plugins = signal<TanStackDevtoolsAngularPlugin[]>([
35 {
36 name: 'Custom devtools (Panel)',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected