7 lines
		
	
	
		
			135 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			135 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!-- Exact copy from app.component.html -->
							 | 
						||
| 
								 | 
							
								<h1 highlight>{{title}} {{subtitle}}</h1>
							 | 
						||
| 
								 | 
							
								<p *ngIf="user">
							 | 
						||
| 
								 | 
							
								  <i>Welcome, {{user}}</i>
							 | 
						||
| 
								 | 
							
								<p>
							 | 
						||
| 
								 | 
							
								
							 |