MCPcopy Create free account
hub / github.com/angular/angular / ComponentWithOutput

Class ComponentWithOutput

packages/core/test/change_detection_scheduler_spec.ts:770–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768 });
769
770 @Component({selector: 'component-with-output', template: ''})
771 class ComponentWithOutput {
772 @Output() out = new EventEmitter();
773 }
774 let called = false;
775 @Component({
776 imports: [ComponentWithOutput],

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
OutputInterface · 0.90

Tested by

no test coverage detected