| 
									
										
										
										
											2015-07-07 08:15:58 +02:00
										 |  |  | /** | 
					
						
							|  |  |  |  * The `angular2` is the single place to import all of the individual types. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-07-22 10:18:04 -07:00
										 |  |  | export {commonBootstrap as bootstrap} from 'angular2/src/core/application_common'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // TODO(someone familiar with systemjs): the exports below are copied from
 | 
					
						
							|  |  |  | // angular2_exports.ts. Re-exporting from angular2_exports.ts causes systemjs
 | 
					
						
							|  |  |  | // to resolve imports very very very slowly. See also a similar notice in
 | 
					
						
							|  |  |  | // bootstrap.ts
 | 
					
						
							| 
									
										
										
										
											2015-07-11 17:26:48 +02:00
										 |  |  | export * from './annotations'; | 
					
						
							|  |  |  | export * from './change_detection'; | 
					
						
							| 
									
										
										
										
											2015-07-24 14:56:57 -07:00
										 |  |  | export * from './core'; | 
					
						
							| 
									
										
										
										
											2015-07-08 12:04:24 -07:00
										 |  |  | export * from './di'; | 
					
						
							| 
									
										
										
										
											2015-02-05 13:08:05 -08:00
										 |  |  | export * from './directives'; | 
					
						
							| 
									
										
										
										
											2015-06-09 15:18:57 -07:00
										 |  |  | export * from './http'; | 
					
						
							| 
									
										
										
										
											2015-07-24 14:56:57 -07:00
										 |  |  | export * from './forms'; | 
					
						
							|  |  |  | export * from './render'; |