in src/app/div-console/div-console.component.ts [37:42]
toggle() { this.expanded = !this.expanded; if (this.expanded) { setTimeout(() => this.scrollToEnd(), 1); } }