| 
									
										
										
										
											2016-08-30 18:07:40 -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
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * @module | 
					
						
							|  |  |  |  * @description | 
					
						
							|  |  |  |  * Entry point from which you should import all public core APIs. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | export * from './metadata'; | 
					
						
							| 
									
										
										
										
											2016-11-30 13:52:08 -08:00
										 |  |  | export * from './version'; | 
					
						
							| 
									
										
										
										
											2017-08-08 14:03:27 -07:00
										 |  |  | export {TypeDecorator} from './util/decorators'; | 
					
						
							| 
									
										
										
										
											2016-08-30 18:07:40 -07:00
										 |  |  | export * from './di'; | 
					
						
							| 
									
										
										
										
											2016-11-09 14:58:40 -08:00
										 |  |  | export {createPlatform, assertPlatform, destroyPlatform, getPlatform, PlatformRef, ApplicationRef, enableProdMode, isDevMode, createPlatformFactory, NgProbeToken} from './application_ref'; | 
					
						
							| 
									
										
										
										
											2017-02-22 16:49:46 -08:00
										 |  |  | export {APP_ID, PACKAGE_ROOT_URL, PLATFORM_INITIALIZER, PLATFORM_ID, APP_BOOTSTRAP_LISTENER} from './application_tokens'; | 
					
						
							| 
									
										
										
										
											2016-08-30 18:07:40 -07:00
										 |  |  | export {APP_INITIALIZER, ApplicationInitStatus} from './application_init'; | 
					
						
							|  |  |  | export * from './zone'; | 
					
						
							|  |  |  | export * from './render'; | 
					
						
							|  |  |  | export * from './linker'; | 
					
						
							| 
									
										
										
										
											2017-03-01 14:10:59 -08:00
										 |  |  | export {DebugElement, DebugNode, asNativeElements, getDebugNode, Predicate} from './debug/debug_node'; | 
					
						
							| 
									
										
										
										
											2016-08-30 18:07:40 -07:00
										 |  |  | export {GetTestability, Testability, TestabilityRegistry, setTestabilityGetter} from './testability/testability'; | 
					
						
							|  |  |  | export * from './change_detection'; | 
					
						
							|  |  |  | export * from './platform_core_providers'; | 
					
						
							| 
									
										
										
										
											2017-01-25 23:26:49 -08:00
										 |  |  | export {TRANSLATIONS, TRANSLATIONS_FORMAT, LOCALE_ID, MissingTranslationStrategy} from './i18n/tokens'; | 
					
						
							| 
									
										
										
										
											2016-08-30 18:07:40 -07:00
										 |  |  | export {ApplicationModule} from './application_module'; | 
					
						
							|  |  |  | export {wtfCreateScope, wtfLeave, wtfStartTimeRange, wtfEndTimeRange, WtfScopeFn} from './profile/profile'; | 
					
						
							|  |  |  | export {Type} from './type'; | 
					
						
							| 
									
										
										
										
											2017-03-01 10:28:52 -08:00
										 |  |  | export {EventEmitter} from './event_emitter'; | 
					
						
							| 
									
										
										
										
											2016-08-30 18:07:40 -07:00
										 |  |  | export {ErrorHandler} from './error_handler'; | 
					
						
							|  |  |  | export * from './core_private_export'; | 
					
						
							| 
									
										
										
										
											2017-12-19 15:01:05 -08:00
										 |  |  | export * from './core_render3_private_export'; | 
					
						
							| 
									
										
										
										
											2018-03-01 13:16:13 -08:00
										 |  |  | export {Sanitizer, SecurityContext} from './sanitization/security'; | 
					
						
							| 
									
										
										
										
											2017-02-14 13:33:06 -08:00
										 |  |  | export * from './codegen_private_exports'; |