38 lines
1.3 KiB
TypeScript
38 lines
1.3 KiB
TypeScript
import * as compiler from '@angular/compiler';
|
|
import * as compiler_cli from '@angular/compiler-cli';
|
|
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 router from '@angular/router';
|
|
import * as routerDeprecatedTesting from '@angular/router-deprecated';
|
|
import * as routerDeprecated from '@angular/router-deprecated/testing';
|
|
import * as routerTesting from '@angular/router/testing';
|
|
import * as upgrade from '@angular/upgrade';
|
|
|
|
export default {
|
|
compiler,
|
|
compilerTesting,
|
|
compiler_cli,
|
|
core,
|
|
coreTesting,
|
|
http,
|
|
httpTesting,
|
|
platformBrowser,
|
|
platformBrowserTesting,
|
|
platformBrowserDynmic,
|
|
platfomrServer,
|
|
platfomrServerTesting,
|
|
router,
|
|
routerTesting,
|
|
routerDeprecated,
|
|
routerDeprecatedTesting,
|
|
upgrade
|
|
}
|