MCPcopy Create free account
hub / github.com/angular/angular / schema1

Function schema1

packages/forms/signals/test/node/api/debounce.spec.ts:415–417  ·  view source on GitHub ↗
(address: any)

Source from the content-addressed store, hash-verified

413 it('should apply the last debounce rule from schemas', async () => {
414 const address = signal({street: '', city: ''});
415 const schema1 = (address: any) => {
416 debounce(address.street, 0);
417 };
418 const schema2 = (address: any) => {
419 debounce(address.street, 1);
420 };

Callers 1

debounce.spec.tsFile · 0.85

Calls 1

debounceFunction · 0.90

Tested by

no test coverage detected