MCPcopy
hub / github.com/angular/angular / options

Function options

packages/forms/signals/test/node/api/debounce.spec.ts:509–511  ·  view source on GitHub ↗

Options for testing.

()

Source from the content-addressed store, hash-verified

507
508/** Options for testing. */
509function options() {
510 return {injector: TestBed.inject(Injector)};
511}
512
513/** Returns a promise that will resolve after {@link durationInMilliseconds}. */
514function timeout(durationInMilliseconds: number): Promise<void> {

Callers 2

debounce.spec.tsFile · 0.85

Calls 1

injectMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…