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

Method _onAnimationDone

src/material/stepper/stepper.ts:338–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336 };
337
338 private _onAnimationDone() {
339 this._isAnimating.set(false);
340 this.animationDone.emit();
341 }
342}

Callers 2

ngAfterContentInitMethod · 0.95
MatStepperClass · 0.95

Calls 1

setMethod · 0.80

Tested by

no test coverage detected