| 
									
										
										
										
											2016-09-07 16:04:33 -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
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | System.config({ | 
					
						
							|  |  |  |   defaultJSExtensions: true, | 
					
						
							|  |  |  |   map: { | 
					
						
							|  |  |  |     '@angular/common': '/vendor/@angular/common/bundles/common.umd.js', | 
					
						
							|  |  |  |     '@angular/compiler': '/vendor/@angular/compiler/bundles/compiler.umd.js', | 
					
						
							| 
									
										
										
										
											2017-02-22 15:14:49 -08:00
										 |  |  |     '@angular/animations': '/vendor/@angular/animations/bundles/animations.umd.js', | 
					
						
							| 
									
										
										
										
											2017-02-28 17:49:37 -08:00
										 |  |  |     '@angular/animations/browser': '/vendor/@angular/animations/bundles/animations-browser.umd.js', | 
					
						
							| 
									
										
										
										
											2017-02-22 15:14:49 -08:00
										 |  |  |     '@angular/platform-browser/animations': | 
					
						
							| 
									
										
										
										
											2017-03-06 17:15:08 -08:00
										 |  |  |         '/vendor/@angular/platform-browser/bundles/platform-browser-animations.umd.js', | 
					
						
							| 
									
										
										
										
											2016-09-07 16:04:33 -07:00
										 |  |  |     '@angular/core': '/vendor/@angular/core/bundles/core.umd.js', | 
					
						
							|  |  |  |     '@angular/forms': '/vendor/@angular/forms/bundles/forms.umd.js', | 
					
						
							|  |  |  |     '@angular/http': '/vendor/@angular/forms/bundles/http.umd.js', | 
					
						
							|  |  |  |     '@angular/platform-browser': | 
					
						
							|  |  |  |         '/vendor/@angular/platform-browser/bundles/platform-browser.umd.js', | 
					
						
							|  |  |  |     '@angular/platform-browser-dynamic': | 
					
						
							|  |  |  |         '/vendor/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js', | 
					
						
							|  |  |  |     '@angular/router': '/vendor/@angular/router/bundles/router.umd.js', | 
					
						
							|  |  |  |     '@angular/upgrade': '/vendor/@angular/upgrade/bundles/upgrade.umd.js', | 
					
						
							| 
									
										
										
										
											2016-11-07 19:51:09 +00:00
										 |  |  |     '@angular/upgrade/static': '/vendor/@angular/upgrade/bundles/upgrade-static.umd.js', | 
					
						
							| 
									
										
										
										
											2018-02-27 17:06:06 -05:00
										 |  |  |     'rxjs': '/vendor/rxjs' | 
					
						
							| 
									
										
										
										
											2016-09-07 16:04:33 -07:00
										 |  |  |   }, | 
					
						
							|  |  |  |   packages: { | 
					
						
							| 
									
										
										
										
											2018-02-27 17:06:06 -05:00
										 |  |  |     'rxjs/ajax': {main: 'index.js', defaultExtension: 'js'}, | 
					
						
							|  |  |  |     'rxjs/operators': {main: 'index.js', defaultExtension: 'js'}, | 
					
						
							|  |  |  |     'rxjs/testing': {main: 'index.js', defaultExtension: 'js'}, | 
					
						
							|  |  |  |     'rxjs/websocket': {main: 'index.js', defaultExtension: 'js'}, | 
					
						
							|  |  |  |     'rxjs': {main: 'index.js', defaultExtension: 'js'}, | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2016-09-07 16:04:33 -07:00
										 |  |  | }); |