Guest User

Untitled

a guest
Jul 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <label class="image-upload-container btn btn-bwm">
  2. <span>Select Image</span>
  3. <input #imageInput
  4. type="file"
  5. accept="image/*"
  6. (change)="processFile(imageInput)">
  7. </label>
Add Comment
Please, Sign In to add comment