18 lines
		
	
	
		
			519 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			519 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 
 | |
| export default {
 | |
|   entry: '../../../dist/packages-dist/http/testing/index.js',
 | |
|   dest: '../../../dist/packages-dist/http/bundles/http-testing.umd.js',
 | |
|   format: 'umd',
 | |
|   moduleName: 'ng.http.testing',
 | |
|   globals: {
 | |
|     '@angular/core': 'ng.core',
 | |
|     '@angular/compiler': 'ng.compiler',
 | |
|     '@angular/platform-browser': 'ng.platformBrowser',
 | |
|     '@angular/http': 'ng.http',
 | |
|     'rxjs/Observable': 'Rx',
 | |
|     'rxjs/ReplaySubject': 'Rx',
 | |
|     'rxjs/Subject': 'Rx',
 | |
|     'rxjs/operator/take': 'Rx.Observable.prototype'
 | |
|   }
 | |
| }
 |