MCPcopy Index your code
hub / github.com/angular/angular / ComponentWithOutput

Class ComponentWithOutput

packages/core/test/change_detection_scheduler_spec.ts:776–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774 });
775
776 @Component({selector: 'component-with-output', template: ''})
777 class ComponentWithOutput {
778 @Output() out = new EventEmitter();
779 }
780 let called = false;
781 @Component({
782 imports: [ComponentWithOutput],

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
OutputInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…