Skip to content
Snippets Groups Projects
Commit e0be8b0a authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5590 OZG-5594 move attachment container

parent 2a735415
No related branches found
No related tags found
No related merge requests found
<ods-attachment-container>
<alfa-binary-file2 <alfa-binary-file2
[attr.data-test-id]="(file.name | convertForDataTest) + '-file-item'" [attr.data-test-id]="(file.name | convertForDataTest) + '-file-item'"
[file]="file" [file]="file"
...@@ -11,4 +10,3 @@ ...@@ -11,4 +10,3 @@
(getDownloadToken)="getDownloadToken()" (getDownloadToken)="getDownloadToken()"
> >
</alfa-binary-file2> </alfa-binary-file2>
</ods-attachment-container>
<ods-attachment-container>
<alfa-binary-file2-container <alfa-binary-file2-container
*ngFor="let attachment of existingAttachments" *ngFor="let attachment of existingAttachments"
[file]="attachment" [file]="attachment"
...@@ -20,3 +21,4 @@ ...@@ -20,3 +21,4 @@
> >
</alfa-binary-file2-container> </alfa-binary-file2-container>
</ng-container> </ng-container>
</ods-attachment-container>
...@@ -43,6 +43,7 @@ import { RouterModule, Routes } from '@angular/router'; ...@@ -43,6 +43,7 @@ import { RouterModule, Routes } from '@angular/router';
import { FileUploadEditorComponent, SingleFileUploadEditorComponent } from '@ods/component'; import { FileUploadEditorComponent, SingleFileUploadEditorComponent } from '@ods/component';
import { import {
AttachmentComponent, AttachmentComponent,
AttachmentContainerComponent,
BescheidGenerateIconComponent, BescheidGenerateIconComponent,
BescheidUploadIconComponent, BescheidUploadIconComponent,
ButtonCardComponent, ButtonCardComponent,
...@@ -137,6 +138,7 @@ const routes: Routes = [ ...@@ -137,6 +138,7 @@ const routes: Routes = [
BescheidUploadIconComponent, BescheidUploadIconComponent,
BescheidGenerateIconComponent, BescheidGenerateIconComponent,
AttachmentComponent, AttachmentComponent,
AttachmentContainerComponent,
FileUploadEditorComponent, FileUploadEditorComponent,
SingleFileUploadEditorComponent, SingleFileUploadEditorComponent,
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment