| 
									
										
										
										
											2016-10-04 20:39:20 -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
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-09 14:56:00 +01:00
										 |  |  | // this bundle is almost identical to the angular2.umd.js
 | 
					
						
							| 
									
										
										
										
											2016-01-21 19:36:44 -08:00
										 |  |  | // the only difference being "testing" exports
 | 
					
						
							| 
									
										
										
										
											2015-12-09 14:56:00 +01:00
										 |  |  | exports.core = require('angular2/core'); | 
					
						
							|  |  |  | exports.common = require('angular2/common'); | 
					
						
							| 
									
										
										
										
											2015-12-12 19:19:38 +01:00
										 |  |  | exports.compiler = require('angular2/compiler'); | 
					
						
							| 
									
										
										
										
											2015-12-09 14:56:00 +01:00
										 |  |  | exports.platform = { | 
					
						
							|  |  |  |   browser: require('angular2/platform/browser'), | 
					
						
							| 
									
										
										
										
											2016-01-21 19:36:44 -08:00
										 |  |  |   common_dom: require('angular2/platform/common_dom'), | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   // this is included as compared to the angular2-all.umd.js bundle
 | 
					
						
							| 
									
										
										
										
											2016-10-04 20:39:20 -07:00
										 |  |  |   testing: {browser: require('angular2/platform/testing/browser')} | 
					
						
							| 
									
										
										
										
											2015-12-09 14:56:00 +01:00
										 |  |  | }; | 
					
						
							|  |  |  | exports.http = require('angular2/http'); | 
					
						
							|  |  |  | exports.router = require('angular2/router'); | 
					
						
							|  |  |  | exports.router_link_dsl = require('angular2/router/router_link_dsl.js'); | 
					
						
							|  |  |  | exports.instrumentation = require('angular2/instrumentation'); | 
					
						
							|  |  |  | exports.upgrade = require('angular2/upgrade'); | 
					
						
							| 
									
										
										
										
											2016-01-21 19:36:44 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | // this is included as compared to the angular2-all.umd.js bundle
 | 
					
						
							| 
									
										
										
										
											2015-12-09 14:56:00 +01:00
										 |  |  | exports.testing = require('angular2/testing'); | 
					
						
							| 
									
										
										
										
											2015-12-11 15:40:53 +01:00
										 |  |  | exports.http.testing = require('angular2/http/testing'); | 
					
						
							|  |  |  | exports.router.testing = require('angular2/router/testing'); |