mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 11:26:37 +03:00
6 lines
208 B
HTML
6 lines
208 B
HTML
<div class="snippet">
|
|
<!-- in case sample is not available for some reason -->
|
|
<pre *ngIf="data.sample == null"> Sample unavailable </pre>
|
|
<pre innerHtml="{{data.sample | jsonFormatter}}"></pre>
|
|
</div>
|