chore(dependencies): switch from es6-shim to core-js (#10884)

This commit is contained in:
Marc Laval
2016-08-26 02:28:36 +02:00
committed by Victor Berchet
parent fc2fe00d16
commit 66df335998
22 changed files with 23 additions and 48 deletions

View File

@ -8,7 +8,7 @@
// Index to be used if Http is ever configured as a standalone npm package.
// require('reflect-metadata');
// require('es6-shim');
// require('core-js');
// import {HTTP_PROVIDERS, JSONP_PROVIDERS, Http, Jsonp} from './http';
// import {Injector} from '@angular/core';
// export * from './http';