MCPcopy Create free account
hub / github.com/angular/components / isPending

Function isPending

src/cdk/stepper/stepper.ts:640–642  ·  view source on GitHub ↗
(control: StepControl)

Source from the content-addressed store, hash-verified

638}
639
640function isPending(control: StepControl): boolean {
641 return isField(control) ? control().pending() : control.pending;
642}
643
644function reset(control: StepControl): void {
645 if (isField(control)) {

Callers 1

Calls 1

isFieldFunction · 0.85

Tested by

no test coverage detected