7 lines
		
	
	
		
			228 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			228 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!-- #docregion -->
							 | 
						||
| 
								 | 
							
								<h3>Binding innerHTML</h3>
							 | 
						||
| 
								 | 
							
								<p>Bound value:</p>
							 | 
						||
| 
								 | 
							
								<p class="e2e-inner-html-interpolated">{{htmlSnippet}}</p>
							 | 
						||
| 
								 | 
							
								<p>Result of binding to innerHTML:</p>
							 | 
						||
| 
								 | 
							
								<p class="e2e-inner-html-bound" [innerHTML]="htmlSnippet"></p>
							 |