mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			154 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			154 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div *ngIf="shown">
 | 
						||
  <a class="warnings-close" (click)="close()">×</a>
 | 
						||
  <div class="message" *ngFor="let message of warnings">{{message}}</div>
 | 
						||
</div>
 |