MCPcopy
hub / github.com/angular/angular / slideIn

Method slideIn

packages/core/test/acceptance/animation_spec.ts:989–992  ·  view source on GitHub ↗
(event: AnimationCallbackEvent)

Source from the content-addressed store, hash-verified

987 class TestComponent {
988 count = signal(0);
989 slideIn(event: AnimationCallbackEvent) {
990 this.count.update((c) => (c += 1));
991 event.animationComplete();
992 }
993 }
994 TestBed.configureTestingModule({animationsEnabled: true});
995

Callers

nothing calls this directly

Calls 3

setTimeoutFunction · 0.85
updateMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected