mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 11:26:37 +03:00
5 lines
168 B
HTML
5 lines
168 B
HTML
<div class="methods">
|
|
<method *ng-for="#method of data.methods" [pointer]="method.pointer" [attr.pointer]="method.pointer"
|
|
[attr.tag]="method.tag"></method>
|
|
</div>
|