Fix #16357 Workaround for https://github.com/Microsoft/TypeScript/issues/10078 Closes #16389 PR Close #16389
This commit is contained in:

committed by
Matias Niemelä

parent
b9723f9765
commit
427d63a422
@ -9,6 +9,7 @@
|
||||
import * as compiler from '@angular/compiler';
|
||||
import * as compilerTesting from '@angular/compiler/testing';
|
||||
import * as coreTesting from '@angular/core';
|
||||
import * as forms from '@angular/forms';
|
||||
import * as core from '@angular/core/testing';
|
||||
import * as httpTesting from '@angular/http';
|
||||
import * as http from '@angular/http/testing';
|
||||
@ -26,6 +27,7 @@ export default {
|
||||
compilerTesting,
|
||||
core,
|
||||
coreTesting,
|
||||
forms,
|
||||
http,
|
||||
httpTesting,
|
||||
platformBrowser,
|
||||
|
Reference in New Issue
Block a user