| 
									
										
										
										
											2017-02-15 13:30:40 -08: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 | 
					
						
							| 
									
										
										
										
											2017-08-02 19:15:30 -07:00
										 |  |  |  * Entry point for all public APIs of this package. allowing | 
					
						
							| 
									
										
										
										
											2017-02-15 13:30:40 -08:00
										 |  |  |  * Angular 1 and Angular 2+ to run side by side in the same application. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2017-05-09 13:55:38 -04:00
										 |  |  | export {getAngularJSGlobal, getAngularLib, setAngularJSGlobal, setAngularLib} from './src/common/angular1'; | 
					
						
							| 
									
										
										
										
											2017-03-15 13:26:09 -07:00
										 |  |  | export {downgradeComponent} from './src/common/downgrade_component'; | 
					
						
							|  |  |  | export {downgradeInjectable} from './src/common/downgrade_injectable'; | 
					
						
							|  |  |  | export {VERSION} from './src/common/version'; | 
					
						
							| 
									
										
										
										
											2017-07-11 16:15:51 +03:00
										 |  |  | export {downgradeModule} from './src/static/downgrade_module'; | 
					
						
							| 
									
										
										
										
											2017-03-15 13:26:09 -07:00
										 |  |  | export {UpgradeComponent} from './src/static/upgrade_component'; | 
					
						
							|  |  |  | export {UpgradeModule} from './src/static/upgrade_module'; | 
					
						
							| 
									
										
										
										
											2017-02-15 13:30:40 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-09 13:55:38 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-15 13:30:40 -08:00
										 |  |  | // This file only re-exports content of the `src` folder. Keep it that way.
 |