We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939f181 commit 1ab2825Copy full SHA for 1ab2825
frontend/src/app/modules/shared/modules/relations/presentation/part-relation.component.html
@@ -31,12 +31,12 @@
31
</div>
32
</app-button>
33
34
-
+<div class="part-relation--part-info--relation relation">
35
<ng-container *ngIf="this.rootPart$">
36
<ng-container *viewContainer="this.rootPart$ | async; main: partRelationMainTmp; error: errorTmp; loading: loaderTmp">
37
</ng-container>
38
39
+</div>
40
<ng-template #partRelationMainTmp let-partDetails="view">
41
<div class="part-relation--button-container">
42
<app-button
0 commit comments