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

Function createBindings

packages/forms/signals/src/directive/bindings.ts:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 Object.values(FIELD_STATE_KEY_TO_CONTROL_BINDING))() as Array<ControlBindingKey>;
69
70export function createBindings<TKey extends string>(): {[K in TKey]?: unknown} {
71 return {};
72}
73
74export function bindingUpdated<TKey extends string>(
75 bindings: {[K in TKey]?: unknown},

Callers 4

nativeControlCreateFunction · 0.90
cvaControlCreateFunction · 0.90
customControlCreateFunction · 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…