unoffical wafrn mirror
wafrn.net
atproto
social-network
activitypub
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>