Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ EventDir
Class
EventDir
packages/core/test/linker/integration_spec.ts:2695–2702 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2693
}
2694
2695
@Directive({
2696
selector:
'[customEvent]'
,
2697
standalone: false,
2698
})
2699
class
EventDir {
2700
@Output() customEvent =
new
EventEmitter();
2701
doSomething() {}
2702
}
2703
2704
@Directive({
2705
selector:
'[static]'
,
Callers
nothing calls this directly
Calls
2
Directive
Class · 0.90
Output
Interface · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…