Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ EventDir
Class
EventDir
packages/core/test/linker/integration_spec.ts:2730–2737 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2728
}
2729
2730
@Directive({
2731
selector:
'[customEvent]'
,
2732
standalone: false,
2733
})
2734
class
EventDir {
2735
@Output() customEvent =
new
EventEmitter();
2736
doSomething() {}
2737
}
2738
2739
@Directive({
2740
selector:
'[static]'
,
Callers
nothing calls this directly
Calls
2
Directive
Class · 0.90
Output
Interface · 0.90
Tested by
no test coverage detected