MCPcopy 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})
2699class EventDir {
2700 @Output() customEvent = new EventEmitter();
2701 doSomething() {}
2702}
2703
2704@Directive({
2705 selector: '[static]',

Callers

nothing calls this directly

Calls 2

DirectiveClass · 0.90
OutputInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…