How to get a reference to HTML element ? #1126
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've seen an issue dated year ago with a same exact problem with no solution. How to get reference to html ? I do have multiple inputs for different categories
<input ng2FileSelect id="file_{{category['id']}}" name="file_{{category['id']}}" type="file" accept="*.*" [uploader]="documentUpload"/>Could you also update your documentation ?
Hi @coilnovasince1985,
GitHub issues are reserved to issues with this package, not support with Angular itself.
Anyway, you should use view queries like ViewChild.
Please, refer to the Angular documentation and other resources related to it for further investigation.