| 
									
										
										
										
											2016-06-01 11:54:30 -07:00
										 |  |  | // #docregion
 | 
					
						
							|  |  |  | import { Component } from '@angular/core'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @Component({ | 
					
						
							|  |  |  |   selector: 'my-app', | 
					
						
							| 
									
										
										
										
											2016-08-28 17:07:13 -07:00
										 |  |  |   template: `<hero-form-template1></hero-form-template1>
 | 
					
						
							| 
									
										
										
										
											2016-06-01 11:54:30 -07:00
										 |  |  |              <hr> | 
					
						
							| 
									
										
										
										
											2016-08-28 17:07:13 -07:00
										 |  |  |              <hero-form-template2></hero-form-template2> | 
					
						
							|  |  |  |              <hr> | 
					
						
							|  |  |  |              <hero-form-reactive3></hero-form-reactive3>` | 
					
						
							| 
									
										
										
										
											2016-06-01 11:54:30 -07:00
										 |  |  | }) | 
					
						
							|  |  |  | export class AppComponent { } |