redoc/lib/components/ResponsesSamples/responses-samples.html
2016-03-14 15:29:27 -04:00

8 lines
316 B
HTML

<header *ngIf="data.responses.length"> Response samples </header>
<tabs *ngIf="data.responses.length">
<tab *ngFor="#response of data.responses" tabTitle="{{response.code}} {{response.description}}"
[tabStatus]="response.type">
<schema-sample [pointer]="response.pointer"></schema-sample>
</tab>
</tabs>