| 
									
										
										
										
											2015-04-10 11:15:01 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @module | 
					
						
							|  |  |  |  * @description | 
					
						
							| 
									
										
										
										
											2015-04-15 22:35:38 +00:00
										 |  |  |  * Define angular core API here. | 
					
						
							| 
									
										
										
										
											2015-04-10 11:15:01 -07:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-07-07 08:15:58 +02:00
										 |  |  | export {bootstrap, ApplicationRef} from 'angular2/src/core/application'; | 
					
						
							|  |  |  | export {appComponentTypeToken} from 'angular2/src/core/application_tokens'; | 
					
						
							| 
									
										
										
										
											2015-02-02 16:25:34 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-19 21:42:31 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-07 08:15:58 +02:00
										 |  |  | // Compiler Related Dependencies.
 | 
					
						
							|  |  |  | export {AppRootUrl} from 'angular2/src/services/app_root_url'; | 
					
						
							|  |  |  | export {UrlResolver} from 'angular2/src/services/url_resolver'; | 
					
						
							|  |  |  | export {ComponentUrlMapper} from 'angular2/src/core/compiler/component_url_mapper'; | 
					
						
							|  |  |  | export {DirectiveResolver} from 'angular2/src/core/compiler/directive_resolver'; | 
					
						
							|  |  |  | export {Compiler} from 'angular2/src/core/compiler/compiler'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export {AppViewManager} from 'angular2/src/core/compiler/view_manager'; | 
					
						
							|  |  |  | export {QueryList} from 'angular2/src/core/compiler/query_list'; | 
					
						
							| 
									
										
										
										
											2015-07-08 12:04:24 -07:00
										 |  |  | export {BaseQueryList} from 'angular2/src/core/compiler/base_query_list'; | 
					
						
							| 
									
										
										
										
											2015-07-07 08:15:58 +02:00
										 |  |  | export {ElementRef} from 'angular2/src/core/compiler/element_ref'; | 
					
						
							|  |  |  | export {RenderElementRef} from 'angular2/src/render/api'; | 
					
						
							|  |  |  | export {ViewRef, ProtoViewRef} from 'angular2/src/core/compiler/view_ref'; | 
					
						
							|  |  |  | export {ViewContainerRef} from 'angular2/src/core/compiler/view_container_ref'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export { | 
					
						
							|  |  |  |   DynamicComponentLoader, | 
					
						
							|  |  |  |   ComponentRef | 
					
						
							|  |  |  | } from 'angular2/src/core/compiler/dynamic_component_loader'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export {NgZone} from 'angular2/src/core/zone/ng_zone'; | 
					
						
							|  |  |  | export {Observable, EventEmitter} from 'angular2/src/facade/async'; |