| 
									
										
										
										
											2016-03-24 19:30:26 +00:00
										 |  |  | // #docregion
 | 
					
						
							| 
									
										
										
										
											2016-09-19 19:57:59 -07:00
										 |  |  | import { Component } from '@angular/core'; | 
					
						
							| 
									
										
										
										
											2016-03-24 19:30:26 +00:00
										 |  |  | @Component({ | 
					
						
							| 
									
										
										
										
											2016-09-25 18:51:54 -07:00
										 |  |  |   moduleId: module.id, | 
					
						
							| 
									
										
										
										
											2016-03-24 19:30:26 +00:00
										 |  |  |   selector: 'my-app', | 
					
						
							| 
									
										
										
										
											2016-09-25 18:51:54 -07:00
										 |  |  |   templateUrl: 'app.component.html' | 
					
						
							| 
									
										
										
										
											2016-03-24 19:30:26 +00:00
										 |  |  | }) | 
					
						
							| 
									
										
										
										
											2016-09-13 14:39:39 -07:00
										 |  |  | export class AppComponent { } |