10 lines
		
	
	
		
			272 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			272 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <h2 highlight>{{title}}</h2> | ||
|  | 
 | ||
|  | <div class="grid grid-pad"> | ||
|  | <!-- #docregion dashboard-hero --> | ||
|  |   <dashboard-hero *ngFor="let hero of heroes"  class="col-1-4" | ||
|  |     [hero]=hero  (selected)="gotoDetail($event)" > | ||
|  |   </dashboard-hero> | ||
|  | <!-- #enddocregion dashboard-hero --> | ||
|  | </div> |