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

Interface Output

packages/compiler/src/core.ts:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52export interface Output {
53 alias?: string;
54}
55
56export interface HostBinding {
57 hostPropertyName?: string;

Callers 15

StringModelClass · 0.90
NumberModelClass · 0.90
TestComponentClass · 0.90
MyInputClass · 0.90
NgModelClass · 0.90
FormGroupDirectiveClass · 0.90
FormArrayDirectiveClass · 0.90
FormControlNameClass · 0.90
CustomInputClass · 0.90
CustomCheckboxClass · 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…