isdashboard/src/main/webapp/app/tab-items/rawjson-view.component.html

5 lines
158 B
HTML

<h2 *ngIf="chosenItem" id="detail-title">Raw JSON for item: {{ chosenItem.name }}</h2>
<div class="bg-light">
<pre>{{ fetchedRawData | json }}</pre>
</div>