| 
									
										
										
										
											2018-03-30 12:06:04 -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
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-06 23:01:08 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import * as animations from '@angular/animations'; | 
					
						
							|  |  |  | import * as animationsBrowser from '@angular/animations/browser'; | 
					
						
							|  |  |  | import * as animationsBrowserTesting from '@angular/animations/browser/testing'; | 
					
						
							|  |  |  | import * as common from '@angular/common'; | 
					
						
							|  |  |  | import * as commonHttp from '@angular/common/http'; | 
					
						
							|  |  |  | import * as commonTesting from '@angular/common/testing'; | 
					
						
							|  |  |  | import * as commonHttpTesting from '@angular/common/testing'; | 
					
						
							| 
									
										
										
										
											2018-03-30 12:06:04 -07:00
										 |  |  | import * as compiler from '@angular/compiler'; | 
					
						
							|  |  |  | import * as compilerTesting from '@angular/compiler/testing'; | 
					
						
							|  |  |  | import * as core from '@angular/core'; | 
					
						
							|  |  |  | import * as coreTesting from '@angular/core/testing'; | 
					
						
							| 
									
										
										
										
											2018-06-12 14:37:46 +03:00
										 |  |  | import * as elements from '@angular/elements'; | 
					
						
							| 
									
										
										
										
											2018-03-30 12:06:04 -07:00
										 |  |  | import * as forms from '@angular/forms'; | 
					
						
							| 
									
										
										
										
											2019-03-27 10:50:39 -07:00
										 |  |  | // Current plan for Angular 8 is to stop building the @angular/http package
 | 
					
						
							|  |  |  | // import * as http from '@angular/http';
 | 
					
						
							|  |  |  | // import * as httpTesting from '@angular/http/testing';
 | 
					
						
							| 
									
										
										
										
											2018-03-30 12:06:04 -07:00
										 |  |  | import * as platformBrowser from '@angular/platform-browser'; | 
					
						
							|  |  |  | import * as platformBrowserDynamic from '@angular/platform-browser-dynamic'; | 
					
						
							| 
									
										
										
										
											2018-12-06 23:01:08 -08:00
										 |  |  | import * as platformBrowserDynamicTesting from '@angular/platform-browser-dynamic/testing'; | 
					
						
							|  |  |  | import * as platformBrowserAnimations from '@angular/platform-browser/animations'; | 
					
						
							|  |  |  | import * as platformBrowserTesting from '@angular/platform-browser/testing'; | 
					
						
							| 
									
										
										
										
											2018-03-30 12:06:04 -07:00
										 |  |  | import * as platformServer from '@angular/platform-server'; | 
					
						
							|  |  |  | import * as platformServerTesting from '@angular/platform-server/testing'; | 
					
						
							|  |  |  | import * as platformWebworker from '@angular/platform-webworker'; | 
					
						
							|  |  |  | import * as platformWebworkerDynamic from '@angular/platform-webworker-dynamic'; | 
					
						
							|  |  |  | import * as router from '@angular/router'; | 
					
						
							|  |  |  | import * as routerTesting from '@angular/router/testing'; | 
					
						
							| 
									
										
										
										
											2018-12-06 23:01:08 -08:00
										 |  |  | import * as routerUpgrade from '@angular/router/upgrade'; | 
					
						
							| 
									
										
										
										
											2018-03-30 12:06:04 -07:00
										 |  |  | import * as serviceWorker from '@angular/service-worker'; | 
					
						
							|  |  |  | import * as upgrade from '@angular/upgrade'; | 
					
						
							| 
									
										
										
										
											2018-12-06 23:01:08 -08:00
										 |  |  | import * as upgradeStatic from '@angular/upgrade/static'; | 
					
						
							| 
									
										
										
										
											2019-03-22 09:42:52 +00:00
										 |  |  | import * as upgradeTesting from '@angular/upgrade/static/testing'; | 
					
						
							| 
									
										
										
										
											2018-03-30 12:06:04 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | export default { | 
					
						
							| 
									
										
										
										
											2018-12-06 23:01:08 -08:00
										 |  |  |   animations, | 
					
						
							|  |  |  |   animationsBrowser, | 
					
						
							|  |  |  |   animationsBrowserTesting, | 
					
						
							|  |  |  |   common, | 
					
						
							|  |  |  |   commonTesting, | 
					
						
							|  |  |  |   commonHttp, | 
					
						
							|  |  |  |   commonHttpTesting, | 
					
						
							| 
									
										
										
										
											2018-03-30 12:06:04 -07:00
										 |  |  |   compiler, | 
					
						
							|  |  |  |   compilerTesting, | 
					
						
							|  |  |  |   core, | 
					
						
							|  |  |  |   coreTesting, | 
					
						
							| 
									
										
										
										
											2018-06-12 14:37:46 +03:00
										 |  |  |   elements, | 
					
						
							| 
									
										
										
										
											2018-03-30 12:06:04 -07:00
										 |  |  |   forms, | 
					
						
							| 
									
										
										
										
											2019-03-27 10:50:39 -07:00
										 |  |  |   // See above
 | 
					
						
							|  |  |  |   // http,
 | 
					
						
							|  |  |  |   // httpTesting,
 | 
					
						
							| 
									
										
										
										
											2018-03-30 12:06:04 -07:00
										 |  |  |   platformBrowser, | 
					
						
							|  |  |  |   platformBrowserTesting, | 
					
						
							|  |  |  |   platformBrowserDynamic, | 
					
						
							| 
									
										
										
										
											2018-12-06 23:01:08 -08:00
										 |  |  |   platformBrowserDynamicTesting, | 
					
						
							|  |  |  |   platformBrowserAnimations, | 
					
						
							| 
									
										
										
										
											2018-03-30 12:06:04 -07:00
										 |  |  |   platformServer, | 
					
						
							|  |  |  |   platformServerTesting, | 
					
						
							|  |  |  |   platformWebworker, | 
					
						
							|  |  |  |   platformWebworkerDynamic, | 
					
						
							|  |  |  |   router, | 
					
						
							|  |  |  |   routerTesting, | 
					
						
							| 
									
										
										
										
											2018-12-06 23:01:08 -08:00
										 |  |  |   routerUpgrade, | 
					
						
							| 
									
										
										
										
											2018-03-30 12:06:04 -07:00
										 |  |  |   serviceWorker, | 
					
						
							|  |  |  |   upgrade, | 
					
						
							| 
									
										
										
										
											2019-03-22 09:42:52 +00:00
										 |  |  |   upgradeStatic, | 
					
						
							|  |  |  |   upgradeTesting, | 
					
						
							| 
									
										
										
										
											2018-03-30 12:06:04 -07:00
										 |  |  | }; |