MCPcopy
hub / github.com/angular/angular / getValues

Function getValues

packages/forms/test/template_integration_spec.ts:381–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

379 }
380
381 const getValues = () =>
382 fixture.debugElement.queryAll(By.css('input')).map((el) => el.nativeElement.value);
383 const fixture = initTest(App);
384 fixture.componentInstance.add(3);
385 fixture.changeDetectorRef.markForCheck();

Callers 1

Calls 3

mapMethod · 0.80
queryAllMethod · 0.80
cssMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…