Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Component
Interface · 0.90
Output
Interface · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…