Typescript syntax fix

This commit is contained in:
Michael Shamoon 2020-12-17 07:33:20 -08:00
parent 88b39faa7e
commit cbf844e7db

View File

@ -49,7 +49,7 @@ export class DocumentDetailComponent implements OnInit {
})
@ViewChild('nav') nav: NgbNav
@ViewChild('pdfPreview') set pdfPreview(element): void {
@ViewChild('pdfPreview') set pdfPreview(element) {
// this gets called when compontent added or removed from DOM
if (element && element.nativeElement.offsetParent !== null) { // its visible