forked from EVOgeek/Vmeda.Online
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			367 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			367 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!-- Read only. -->
 | |
| <ion-item class="ion-text-wrap" *ngIf="files && files.length">
 | |
|     <ion-label>
 | |
|         <h2>{{plugin.name}}</h2>
 | |
|         <ng-container>
 | |
|             <core-file *ngFor="let file of files" [file]="file" [component]="component" [componentId]="assign.cmid"
 | |
|                 [alwaysDownload]="true" />
 | |
|         </ng-container>
 | |
|     </ion-label>
 | |
| </ion-item>
 |