MCPcopy Index your code
hub / github.com/angular/components / toggleAnimations

Method toggleAnimations

src/dev-app/dev-app/dev-app-layout.ts:189–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 }
188
189 toggleAnimations() {
190 this.state.animations = !this.state.animations;
191 setAppState(this.state);
192 location.reload();
193 }
194
195 toggleDensity(index?: number, tooltipInstance?: MatTooltip) {
196 if (index == null) {

Callers

nothing calls this directly

Calls 1

setAppStateFunction · 0.90

Tested by

no test coverage detected