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

Method toggleZoneless

src/dev-app/dev-app/dev-app-layout.ts:183–187  ·  view source on GitHub ↗
(value = !this.isZoneless)

Source from the content-addressed store, hash-verified

181 }
182
183 toggleZoneless(value = !this.isZoneless) {
184 this.state.zoneless = value;
185 setAppState(this.state);
186 location.reload();
187 }
188
189 toggleAnimations() {
190 this.state.animations = !this.state.animations;

Callers

nothing calls this directly

Calls 1

setAppStateFunction · 0.90

Tested by

no test coverage detected