6 lines
		
	
	
		
			190 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			190 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!-- Content to display if no dynamic component. -->
 | |
| <ng-content *ngIf="!instance"></ng-content>
 | |
| 
 | |
| <!-- Container of the dynamic component -->
 | |
| <ng-container #dynamicComponent></ng-container>
 |