| 
									
										
										
										
											2015-12-31 08:46:32 +02:00
										 |  |  | // #docregion bootstrap
 | 
					
						
							|  |  |  | import {upgradeAdapter} from './upgrade_adapter'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // #enddocregion bootstrap
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | declare var angular:any; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | angular.module('heroApp', []) | 
					
						
							| 
									
										
										
										
											2016-04-11 15:36:53 +03:00
										 |  |  |   .controller('MainCtrl', function() { | 
					
						
							|  |  |  |     this.message = 'Hello world'; | 
					
						
							|  |  |  |   }); | 
					
						
							| 
									
										
										
										
											2015-12-31 08:46:32 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | // #docregion bootstrap
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | upgradeAdapter.bootstrap(document.body, ['heroApp'], {strictDi: true}); | 
					
						
							|  |  |  | // #enddocregion bootstrap
 |