Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <mat-form-field>
  2. <input matInput placeholder="Datei hochladen..." [ngModel]="currentFileName" />
  3. </mat-form-field>
  4. <button type="button" md-button (click)="imgFileInput.click()">
  5. <button mat-raised-button matTooltip="Profilbild des Kontos"
  6. aria-label="Button that displays a tooltip when focused or hovered over">Öffnen
  7. </button>
  8. </button>
  9. <input hidden type="file" #imgFileInput (change)="previewImage($event)" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement