| 
									
										
										
										
											2017-03-22 17:13:24 -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
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-09 11:28:53 -07:00
										 |  |  | const globals = { | 
					
						
							|  |  |  |   '@angular/core': 'ng.core', | 
					
						
							|  |  |  |   '@angular/platform-browser': 'ng.platformBrowser', | 
					
						
							| 
									
										
										
										
											2017-08-02 19:15:30 -07:00
										 |  |  |   '@angular/common': 'ng.common', | 
					
						
							| 
									
										
										
										
											2018-02-27 17:06:06 -05:00
										 |  |  |   'rxjs': 'rxjs', | 
					
						
							|  |  |  |   'rxjs/operators': 'rxjs.operators', | 
					
						
							| 
									
										
										
										
											2017-08-09 11:28:53 -07:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-30 10:55:45 -07:00
										 |  |  | module.exports = { | 
					
						
							| 
									
										
										
										
											2018-03-15 14:13:13 -07:00
										 |  |  |   entry: '../../../dist/packages-dist/common/fesm5/http.js', | 
					
						
							| 
									
										
										
										
											2017-03-22 17:13:24 -07:00
										 |  |  |   dest: '../../../dist/packages-dist/common/bundles/common-http.umd.js', | 
					
						
							|  |  |  |   format: 'umd', | 
					
						
							|  |  |  |   exports: 'named', | 
					
						
							| 
									
										
										
										
											2017-09-28 09:29:22 -07:00
										 |  |  |   amd: {id: '@angular/common/http'}, | 
					
						
							| 
									
										
										
										
											2017-08-09 11:28:53 -07:00
										 |  |  |   moduleName: 'ng.common.http', | 
					
						
							|  |  |  |   external: Object.keys(globals), | 
					
						
							|  |  |  |   globals: globals | 
					
						
							| 
									
										
										
										
											2017-03-22 17:13:24 -07:00
										 |  |  | }; |