alfresco-ng2-components/lib/process-services/attachment/create-task-attachment.component.html
Eugenio Romano a52bb5600a
New packages org (#2639)
New packages org
2017-11-16 14:12:52 +00:00

13 lines
268 B
HTML

<button
color="primary"
mat-button
mat-raised-button
mat-icon-button
class="adf-create-attachment"
[adf-upload]="true"
mode="['click']"
[multiple]="true"
(upload-files)="onFileUpload($event)">
<mat-icon>add</mat-icon>
</button>