| 
									
										
										
										
											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-08-10 21:42:47 -07:00
										 |  |  | export {APP_COMPONENT} from 'angular2/src/core/application_tokens'; | 
					
						
							| 
									
										
										
										
											2015-08-20 14:28:25 -07:00
										 |  |  | export {Type} from 'angular2/src/core/facade/lang'; | 
					
						
							| 
									
										
										
										
											2015-08-20 17:18:27 -07:00
										 |  |  | export {ApplicationRef} from 'angular2/src/core/application_ref'; | 
					
						
							| 
									
										
										
										
											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.
 | 
					
						
							| 
									
										
										
										
											2015-08-20 14:28:25 -07:00
										 |  |  | export {AppRootUrl} from 'angular2/src/core/services/app_root_url'; | 
					
						
							|  |  |  | export {UrlResolver} from 'angular2/src/core/services/url_resolver'; | 
					
						
							| 
									
										
										
										
											2015-07-07 08:15:58 +02:00
										 |  |  | 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-11 17:26:48 +02:00
										 |  |  | export {DynamicComponentLoader} from 'angular2/src/core/compiler/dynamic_component_loader'; | 
					
						
							| 
									
										
										
										
											2015-07-30 10:01:31 -07:00
										 |  |  | export {LifeCycle} from 'angular2/src/core/life_cycle/life_cycle'; | 
					
						
							| 
									
										
										
										
											2015-07-11 17:26:48 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-07 08:15:58 +02:00
										 |  |  | export {ElementRef} from 'angular2/src/core/compiler/element_ref'; | 
					
						
							| 
									
										
										
										
											2015-07-17 08:03:40 -07:00
										 |  |  | export {TemplateRef} from 'angular2/src/core/compiler/template_ref'; | 
					
						
							| 
									
										
										
										
											2015-07-11 17:26:48 +02:00
										 |  |  | export {ViewRef, HostViewRef, ProtoViewRef} from 'angular2/src/core/compiler/view_ref'; | 
					
						
							| 
									
										
										
										
											2015-07-07 08:15:58 +02:00
										 |  |  | export {ViewContainerRef} from 'angular2/src/core/compiler/view_container_ref'; | 
					
						
							| 
									
										
										
										
											2015-07-11 17:26:48 +02:00
										 |  |  | export {ComponentRef} from 'angular2/src/core/compiler/dynamic_component_loader'; | 
					
						
							| 
									
										
										
										
											2015-07-07 08:15:58 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | export {NgZone} from 'angular2/src/core/zone/ng_zone'; | 
					
						
							| 
									
										
										
										
											2015-08-20 14:28:25 -07:00
										 |  |  | export {Observable, EventEmitter} from 'angular2/src/core/facade/async'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // DI
 | 
					
						
							|  |  |  | export {Injector} from 'angular2/src/core/di/injector'; | 
					
						
							|  |  |  | export {bind} from 'angular2/src/core/di/binding'; | 
					
						
							|  |  |  | export {Inject} from 'angular2/src/core/di/decorators'; |