()
| 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) { |
nothing calls this directly
no test coverage detected