Just read the element as an Element Ref…
@ViewChild('header') header: ElementRef
getHeaderHeight(){
return this.header.nativeElement.offsetHeight;
}
Just read the element as an Element Ref…
@ViewChild('header') header: ElementRef
getHeaderHeight(){
return this.header.nativeElement.offsetHeight;
}