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

Method _onAnimationDone

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

Source from the content-addressed store, hash-verified

343 };
344
345 private _onAnimationDone() {
346 this._isAnimating.set(false);
347 this.animationDone.emit();
348 }
349}

Callers 2

ngAfterContentInitMethod · 0.95
MatStepperClass · 0.95

Calls 1

setMethod · 0.80

Tested by

no test coverage detected