MCPcopy
hub / github.com/angular/components / value

Function value

src/cdk/dialog/dialog.ts:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 return {
44 valueSignal,
45 get value() {
46 return valueSignal();
47 },
48 change,
49 ngOnDestroy() {
50 change.complete();

Callers 1

combobox.spec.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…