Initial
This commit is contained in:
4
src/app/components/upload_btn/upload_btn.component.html
Normal file
4
src/app/components/upload_btn/upload_btn.component.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<button (click)="fileInput.click()">
|
||||
<span><i class="lni lni-upload"></i> Upload</span>
|
||||
<input type="file" (change)="onChange($event)" #fileInput style="display: none" />
|
||||
</button>
|
||||
Reference in New Issue
Block a user