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

Method toggleRippleDisabled

src/dev-app/dev-app/dev-app-layout.ts:210–213  ·  view source on GitHub ↗
(value = !this.state.rippleDisabled)

Source from the content-addressed store, hash-verified

208 }
209
210 toggleRippleDisabled(value = !this.state.rippleDisabled) {
211 this._rippleOptions.disabled = this.state.rippleDisabled = value;
212 setAppState(this.state);
213 }
214
215 toggleDirection(value: Direction = this.state.direction === 'ltr' ? 'rtl' : 'ltr') {
216 if (value !== this._dir.value) {

Callers 1

constructorMethod · 0.95

Calls 1

setAppStateFunction · 0.90

Tested by

no test coverage detected