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

Class

examples/angular/a11y-devtools/src/app/app.ts:138–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 changeDetection: ChangeDetectionStrategy.OnPush,
137})
138export class App {
139 readonly showModal = signal(false)
140
141 readonly plugins = signal<TanStackDevtoolsAngularPlugin[]>([a11yDevtoolsPlugin()])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected