MCPcopy 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})
2734class EventDir {
2735 @Output() customEvent = new EventEmitter();
2736 doSomething() {}
2737}
2738
2739@Directive({
2740 selector: '[static]',

Callers

nothing calls this directly

Calls 2

DirectiveClass · 0.90
OutputInterface · 0.90

Tested by

no test coverage detected