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

Class App

examples/angular/a11y-devtools/src/app/app.ts:138–142  ·  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()])
142}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected