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

Class UninitializedOutputComp

packages/core/test/linker/integration_spec.ts:345–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344 it('should display correct error message for uninitialized @Output', () => {
345 @Component({
346 selector: 'my-uninitialized-output',
347 template: '<p>It works!</p>',
348 standalone: false,
349 })
350 class UninitializedOutputComp {
351 @Output() customEvent!: EventEmitter<any>;
352 }
353
354 const template =
355 '<my-uninitialized-output (customEvent)="doNothing()"></my-uninitialized-output>';

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…