fixed upload area text on upload component
This commit is contained in:
parent
401e6a047f
commit
76289b16e0
@ -2,7 +2,7 @@
|
||||
<div (click)="triggerAttachFile()" (fileDropped)="attachFile($event)" *ngIf="!file" class="upload-area" iqserDragDropFileUpload>
|
||||
<mat-icon svgIcon="iqser:upload"></mat-icon>
|
||||
|
||||
<div translate="import-redactions-dialog.upload-area-text"></div>
|
||||
<div translate="upload-file.upload-area-text"></div>
|
||||
</div>
|
||||
<div *ngIf="file" class="file-area">
|
||||
<mat-icon svgIcon="iqser:document"></mat-icon>
|
||||
|
||||
@ -3,12 +3,13 @@ import { UploadFileComponent } from './upload-file.component';
|
||||
import { DragDropFileUploadDirective } from './drag-drop-file-upload.directive';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
|
||||
const components = [UploadFileComponent, DragDropFileUploadDirective];
|
||||
|
||||
@NgModule({
|
||||
declarations: [...components],
|
||||
exports: [...components],
|
||||
imports: [MatIconModule, CommonModule],
|
||||
imports: [MatIconModule, CommonModule, TranslateModule]
|
||||
})
|
||||
export class IqserUploadFileModule {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user