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:2724–2731 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2722
}
2723
2724
@Directive({
2725
selector:
'[customEvent]'
,
2726
standalone: false,
2727
})
2728
class
EventDir {
2729
@Output() customEvent =
new
EventEmitter();
2730
doSomething() {}
2731
}
2732
2733
@Directive({
2734
selector:
'[static]'
,
Callers
nothing calls this directly
Calls
2
Directive
Class · 0.90
Output
Interface · 0.90
Tested by
no test coverage detected