-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf51d1e
commit c90e8f0
Showing
9 changed files
with
60 additions
and
236 deletions.
There are no files selected for viewing
13 changes: 12 additions & 1 deletion
13
projects/aas-lib/src/lib/aas-property-grid/aas-property-grid.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
<p>aas-property-grid works!</p> | ||
@if (referable()) { | ||
<table> | ||
@for (item of items(); track item.name) { | ||
<tr> | ||
<td>{{item.name}}</td> | ||
<td>{{item.value}}</td> | ||
</tr> | ||
} | ||
</table> | ||
} @else { | ||
<div class="alert alert-info text-center mt-2" role="alert">{{'INFO_NO_REFERABLE_SELECTED' | translate}}</div> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.