chore(bundles): don't distribute sfx bundles for http

Currently the main sfx bundle already contains http and router
and the http sfx bundles duplicates all core.

Additionally https://github.com/angular/angular/issues/5223
modifies our strategy for individual bundles

Closes #5434
This commit is contained in:
Pawel Kozlowski
2015-11-23 16:02:17 +01:00
parent b90de66535
commit 8c670822ce
2 changed files with 4 additions and 14 deletions

View File

@ -1,3 +0,0 @@
import * as ngHttp from './http';
(<any>window).ngHttp = ngHttp;