32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import * as compiler from '@angular/compiler';
 | |
| import * as compilerTesting from '@angular/compiler/testing';
 | |
| import * as coreTesting from '@angular/core';
 | |
| import * as core from '@angular/core/testing';
 | |
| import * as httpTesting from '@angular/http';
 | |
| import * as http from '@angular/http/testing';
 | |
| import * as platformBrowserTesting from '@angular/platform-browser';
 | |
| import * as platformBrowserDynmic from '@angular/platform-browser-dynamic';
 | |
| import * as platformBrowser from '@angular/platform-browser/testing';
 | |
| import * as platfomrServerTesting from '@angular/platform-server';
 | |
| import * as platfomrServer from '@angular/platform-server/testing';
 | |
| import * as routerDeprecatedTesting from '@angular/router-deprecated';
 | |
| import * as routerDeprecated from '@angular/router-deprecated/testing';
 | |
| import * as upgrade from '@angular/upgrade';
 | |
| 
 | |
| export default {
 | |
|   compiler,
 | |
|   compilerTesting,
 | |
|   core,
 | |
|   coreTesting,
 | |
|   http,
 | |
|   httpTesting,
 | |
|   platformBrowser,
 | |
|   platformBrowserTesting,
 | |
|   platformBrowserDynmic,
 | |
|   platfomrServer,
 | |
|   platfomrServerTesting,
 | |
|   routerDeprecated,
 | |
|   routerDeprecatedTesting,
 | |
|   upgrade
 | |
| }
 |