test(elements): test typings against TS 2.7 and 2.8 (#24443)

PR Close #24443
This commit is contained in:
George Kalpakas
2018-06-12 14:37:46 +03:00
committed by Miško Hevery
parent 50fb58fd01
commit b8760a0ca5
4 changed files with 6 additions and 0 deletions

View File

@ -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,