mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			616 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			616 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="methods">
 | 
						|
  <div class="tag" *ngFor="let tag of tags;trackBy:trackByTagName">
 | 
						|
    <div class="tag-info" [attr.tag]="tag.name" *ngIf="!tag.empty">
 | 
						|
      <h1 class="sharable-header"> <a class="share-link" href="#tag/{{tag.name | encodeURIComponent}}"></a>{{tag.name}} </h1>
 | 
						|
      <p *ngIf="tag.description" [innerHtml]="tag.description | marked"> </p>
 | 
						|
    </div>
 | 
						|
    <method *ngFor="let method of tag.methods;trackBy:trackByPointer" [pointer]="method.pointer" [attr.pointer]="method.pointer"
 | 
						|
    [attr.tag]="method.tag" [tag]="method.tag" [attr.operation-id]="method.operationId"></method>
 | 
						|
  </div>
 | 
						|
</div>
 |