unoffical wafrn mirror wafrn.net
atproto social-network activitypub
at angular21 16 lines 436 B view raw
1<input 2 type="file" 3 accept="image/jpeg,image/png,image/webp,image/gif" 4 (change)="selectImage($event)" 5 #uploadInput 6 hidden 7/> 8<button (click)="uploadInput.click()" mat-flat-button class="upload-button"> 9 @if (fileSelected()) { 10 {{ fileName }} 11 <fa-icon [icon]="setIcon" [fixedWidth]="true"></fa-icon> 12 } @else { 13 <ng-content></ng-content> 14 <fa-icon [icon]="uploadIcon" [fixedWidth]="true"></fa-icon> 15 } 16</button>