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

Interface Output

packages/core/src/metadata/directives.ts:900–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898 * @publicApi
899 */
900export interface Output {
901 /**
902 * The name of the DOM property to which the output property is bound.
903 */
904 alias?: string;
905}
906
907/**
908 * @Annotation

Callers 15

TestCompClass · 0.90
ComponentWithOutputClass · 0.90
EventDirClass · 0.90
MyChildClass · 0.90
EmitterDirectiveClass · 0.90
OnDestroyDirectiveClass · 0.90
EventDirClass · 0.90
CancelButtonClass · 0.90
TestCmpClass · 0.90
EmitterClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…