<ng-template #TabContent> <div class="scroll"> chat Section. </div> </ng-template>componente.ts
@ViewChild(TabContent)TabContent:TemplateRef<any> ngAfterViewInit() { const childNode = this.TabContent.elementRef.nativeElement; console.log("this is child",childNode); return 'Comment' not the html element it embeds }Problema
Desplácese hacia abajo en el mensaje nuevo