Skip to content
Snippets Groups Projects
Commit 52c4c2a7 authored by Martin's avatar Martin
Browse files

Merge branch 'main' of code.schleswig-holstein.de:ozg-cloud/app/frontend-clients

parents 32b52c22 160bde9e
Branches
Tags
No related merge requests found
......@@ -47,6 +47,7 @@
data-test-class="binary-file-container-in-bescheid"
[resource]="bescheid"
[linkRel]="bescheidLinkRel.ATTACHMENTS"
[listOrientation]="BinaryFileListOrientation.VERTICAL"
></alfa-binary-file-list-container>
</ods-bescheid-wrapper>
</div>
......@@ -23,6 +23,7 @@
*/
import { BescheidLinkRel, BescheidListLinkRel, BescheidListResource, BescheidStatus } from '@alfa-client/bescheid-shared';
import { Component, Input } from '@angular/core';
import { BinaryFileListOrientation } from '../../../../../binary-file/src/lib/directive/binary-file-list-orientation/binary-file-list-orientation.directive';
@Component({
selector: 'alfa-bescheid-list-in-vorgang',
......@@ -32,6 +33,8 @@ import { Component, Input } from '@angular/core';
export class BescheidListInVorgangComponent {
@Input() public bescheidList: BescheidListResource;
public readonly BinaryFileListOrientation = BinaryFileListOrientation;
public readonly bescheidListLinkRel = BescheidListLinkRel;
public readonly bescheidLinkRel = BescheidLinkRel;
public readonly bescheidStatus = BescheidStatus;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment