15 lines
		
	
	
		
			316 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			316 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| {
 | |
|   "presets": ["es2015"],
 | |
|   "plugins": [["transform-es2015-modules-umd", {
 | |
|     "globals": {
 | |
|       "@angular/core": "ng.core",
 | |
|       "@angular/animations": "ng.animations",
 | |
|       "rxjs/Observable": "Rx",
 | |
|       "rxjs/Subject": "Rx"
 | |
|     },
 | |
|     "exactGlobals": true
 | |
|   }]],
 | |
|   "moduleId": "@angular/animation/testing"
 | |
| }
 |