mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 09:47:31 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			439 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			439 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="methods">
 | 
						|
  <div class="tag" *ng-for="#tag of data.tags">
 | 
						|
    <div class="tag-info" [attr.tag]="tag.name">
 | 
						|
      <a [attr.name]="tag.name"></a>
 | 
						|
      <h1> {{tag.name}} </h1>
 | 
						|
      <p *ng-if="tag.description" inner-html="{{ tag.description | marked }}"> </p>
 | 
						|
    </div>
 | 
						|
    <method *ng-for="#method of tag.methods" [pointer]="method.pointer" [attr.pointer]="method.pointer"
 | 
						|
    [attr.tag]="method.tag"></method>
 | 
						|
  </tag>
 | 
						|
</div>
 |