mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 09:47:31 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			208 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			208 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="snippet">
 | 
						|
  <!-- in case sample is not available for some reason -->
 | 
						|
  <pre *ngIf="data.sample == null"> Sample unavailable </pre>
 | 
						|
  <pre innerHtml="{{data.sample | jsonFormatter}}"></pre>
 | 
						|
</div>
 |