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

Method toggleStrongFocus

src/dev-app/dev-app/dev-app-layout.ts:177–181  ·  view source on GitHub ↗
(value = !this.state.strongFocusEnabled)

Source from the content-addressed store, hash-verified

175 }
176
177 toggleStrongFocus(value = !this.state.strongFocusEnabled) {
178 this.state.strongFocusEnabled = value;
179 this._document.body.classList.toggle('demo-strong-focus', value);
180 setAppState(this.state);
181 }
182
183 toggleZoneless(value = !this.isZoneless) {
184 this.state.zoneless = value;

Callers 1

constructorMethod · 0.95

Calls 2

setAppStateFunction · 0.90
toggleMethod · 0.65

Tested by

no test coverage detected