| 
									
										
										
										
											2017-11-02 12:15:47 -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
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 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'; | 
					
						
							|  |  |  | import * as forms from '@angular/forms'; | 
					
						
							|  |  |  | import * as http from '@angular/http'; | 
					
						
							|  |  |  | import * as httpTesting from '@angular/http/testing'; | 
					
						
							|  |  |  | import * as platformBrowser from '@angular/platform-browser'; | 
					
						
							|  |  |  | import * as platformBrowserTesting from '@angular/platform-browser/testing'; | 
					
						
							| 
									
										
										
										
											2017-12-22 09:36:47 -08:00
										 |  |  | import * as platformBrowserDynamic from '@angular/platform-browser-dynamic'; | 
					
						
							| 
									
										
										
										
											2017-11-02 12:15:47 -07:00
										 |  |  | import * as platformServer from '@angular/platform-server'; | 
					
						
							|  |  |  | import * as platformServerTesting from '@angular/platform-server/testing'; | 
					
						
							| 
									
										
										
										
											2017-12-22 09:36:47 -08:00
										 |  |  | import * as platformWebworker from '@angular/platform-webworker'; | 
					
						
							|  |  |  | import * as platformWebworkerDynamic from '@angular/platform-webworker-dynamic'; | 
					
						
							| 
									
										
										
										
											2017-11-02 12:15:47 -07:00
										 |  |  | import * as router from '@angular/router'; | 
					
						
							|  |  |  | import * as routerTesting from '@angular/router/testing'; | 
					
						
							| 
									
										
										
										
											2017-12-22 09:36:47 -08:00
										 |  |  | import * as serviceWorker from '@angular/service-worker'; | 
					
						
							| 
									
										
										
										
											2017-11-02 12:15:47 -07:00
										 |  |  | import * as upgrade from '@angular/upgrade'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export default { | 
					
						
							|  |  |  |   compiler, | 
					
						
							|  |  |  |   compilerTesting, | 
					
						
							|  |  |  |   core, | 
					
						
							|  |  |  |   coreTesting, | 
					
						
							|  |  |  |   forms, | 
					
						
							|  |  |  |   http, | 
					
						
							|  |  |  |   httpTesting, | 
					
						
							|  |  |  |   platformBrowser, | 
					
						
							|  |  |  |   platformBrowserTesting, | 
					
						
							|  |  |  |   platformBrowserDynamic, | 
					
						
							|  |  |  |   platformServer, | 
					
						
							|  |  |  |   platformServerTesting, | 
					
						
							| 
									
										
										
										
											2017-12-22 09:36:47 -08:00
										 |  |  |   platformWebworker, | 
					
						
							|  |  |  |   platformWebworkerDynamic, | 
					
						
							| 
									
										
										
										
											2017-11-02 12:15:47 -07:00
										 |  |  |   router, | 
					
						
							|  |  |  |   routerTesting, | 
					
						
							| 
									
										
										
										
											2017-12-22 09:36:47 -08:00
										 |  |  |   serviceWorker, | 
					
						
							|  |  |  |   upgrade, | 
					
						
							| 
									
										
										
										
											2017-11-02 12:15:47 -07:00
										 |  |  | }; |