Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/devtools
/
Class
examples/angular/basic/src/app/app.ts:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
changeDetection: ChangeDetectionStrategy.OnPush,
25
})
26
export
class
App {
27
readonly plugins = signal<TanStackDevtoolsAngularPlugin[]>([
28
{
29
name:
'Custom devtools'
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected