mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 01:54:08 +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>
|