@ViewChild('FileDialog') FileDialog: ElementRef; open_dialog() { const e: HTMLElement = this.FileDialog.nativeElement; e.click(); } //no html criei a variavel FileDialog tbm