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