<div #myscroll> apply id to overflow div </div> @ViewChild('myscrool') myscrool: ElementRef; ngAfterViewChecked(){ this.myscrool.nativeElement.scrollTop = this.myscrool.nativeElement.scrollHeight; }