mirror of
				https://github.com/AIR-EISTI/hades.git
				synced 2025-11-04 06:38:48 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			146 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			146 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h2>Games</h2>
 | 
						|
<a  *ngFor="let game of games | keyvalue" [routerLink]="['/games', game.value.name]" >
 | 
						|
  <div>
 | 
						|
  {{game.value.name}}
 | 
						|
  </div>
 | 
						|
</a>
 |