i want to oen upload dialog by typescript in angular 9 .
i not want to using this way : create input and dispaly:none
<input type="file" ng2FileSelect [uploader]="uploader" style="display: none" />
i want to open file upload dialog with code .
how open the upload file dialog without the create input file and just using the typescript or javascript Code ?