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

Function provideSignalFormsConfig

packages/forms/signals/src/api/di.ts:30–32  ·  view source on GitHub ↗
(config: SignalFormsConfig)

Source from the content-addressed store, hash-verified

28 * @publicApi 22.0
29 */
30export function provideSignalFormsConfig(config: SignalFormsConfig): Provider[] {
31 return [{provide: SIGNAL_FORMS_CONFIG, useValue: config}];
32}

Callers 2

form_field.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…