| 
									
										
										
										
											2017-01-27 17:39:48 -08:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @license | 
					
						
							| 
									
										
										
										
											2020-05-19 12:08:49 -07:00
										 |  |  |  * Copyright Google LLC All Rights Reserved. | 
					
						
							| 
									
										
										
										
											2017-01-27 17:39:48 -08:00
										 |  |  |  * | 
					
						
							|  |  |  |  * 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-01-27 17:39:48 -08:00
										 |  |  |  * Angular 1 and Angular 2+ to run side by side in the same application. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2019-03-22 09:42:52 +00:00
										 |  |  | export {VERSION} from './src/common/src/version'; | 
					
						
							|  |  |  | export {UpgradeAdapter, UpgradeAdapterRef} from './src/dynamic/src/upgrade_adapter'; | 
					
						
							| 
									
										
										
										
											2017-01-27 17:39:48 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | // This file only re-exports content of the `src` folder. Keep it that way.
 |