test(elements): test typings against TS 2.7 and 2.8 (#24443)
PR Close #24443
This commit is contained in:

committed by
Miško Hevery

parent
50fb58fd01
commit
b8760a0ca5
@ -10,6 +10,7 @@ import * as compiler from '@angular/compiler';
|
||||
import * as compilerTesting from '@angular/compiler/testing';
|
||||
import * as core from '@angular/core';
|
||||
import * as coreTesting from '@angular/core/testing';
|
||||
import * as elements from '@angular/elements';
|
||||
import * as forms from '@angular/forms';
|
||||
import * as http from '@angular/http';
|
||||
import * as httpTesting from '@angular/http/testing';
|
||||
@ -30,6 +31,7 @@ export default {
|
||||
compilerTesting,
|
||||
core,
|
||||
coreTesting,
|
||||
elements,
|
||||
forms,
|
||||
http,
|
||||
httpTesting,
|
||||
|
Reference in New Issue
Block a user