| 
									
										
										
										
											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', | 
					
						
							| 
									
										
										
										
											2017-08-09 11:28:53 -07:00
										 |  |  |   'rxjs/Observable': 'Rx', | 
					
						
							| 
									
										
										
										
											2017-10-30 11:51:03 -07:00
										 |  |  |   'rxjs/Observer': 'Rx', | 
					
						
							| 
									
										
										
										
											2017-08-09 11:28:53 -07:00
										 |  |  |   'rxjs/Subject': 'Rx', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   'rxjs/observable/of': 'Rx.Observable.prototype', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   'rxjs/operator/concatMap': 'Rx.Observable.prototype', | 
					
						
							|  |  |  |   'rxjs/operator/filter': 'Rx.Observable.prototype', | 
					
						
							|  |  |  |   'rxjs/operator/map': 'Rx.Observable.prototype', | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-30 10:55:45 -07:00
										 |  |  | module.exports = { | 
					
						
							| 
									
										
										
										
											2017-09-13 16:20:29 -07:00
										 |  |  |   entry: '../../../dist/packages-dist/common/esm5/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
										 |  |  | }; |