| 
									
										
										
										
											2016-10-04 20:39:20 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @license | 
					
						
							|  |  |  |  * Copyright Google Inc. All Rights Reserved. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Use of this source code is governed by an MIT-style license that can be | 
					
						
							|  |  |  |  * found in the LICENSE file at https://angular.io/license
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-28 17:50:03 -07:00
										 |  |  | var HelloWorldComponent = ng.core.Component({ | 
					
						
							|  |  |  |   selector: 'hello-world', | 
					
						
							|  |  |  |   //template: 'hello world!!!'
 | 
					
						
							|  |  |  |   templateUrl: 'hello-world.html' | 
					
						
							|  |  |  | }).Class({ | 
					
						
							|  |  |  |   constructor: function() {} | 
					
						
							|  |  |  | }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ng.platformBrowserDynamic.bootstrap(HelloWorldComponent); |