From 5d178534c22aabdfead5e63db65caeff9efe90a5 Mon Sep 17 00:00:00 2001 From: jgw96 Date: Tue, 7 Mar 2017 13:55:38 -0600 Subject: [PATCH] refactor(http): remove HttpModule --- src/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.ts b/src/index.ts index 886adc2066..cb3d3086d4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,6 @@ import { ANALYZE_FOR_ENTRY_COMPONENTS, APP_INITIALIZER, ComponentFactoryResolver import { APP_BASE_HREF, Location, LocationStrategy, HashLocationStrategy, PathLocationStrategy, PlatformLocation } from '@angular/common'; import { DOCUMENT } from '@angular/platform-browser'; import { FormsModule, ReactiveFormsModule } from '@angular/forms'; -import { HttpModule } from '@angular/http'; import { CommonModule } from '@angular/common'; /** @@ -353,17 +352,14 @@ export { Transition } from './transitions/transition'; @NgModule({ imports: [ CommonModule, - HttpModule, FormsModule, ReactiveFormsModule, ], exports: [ CommonModule, - HttpModule, FormsModule, ReactiveFormsModule, - Avatar, Backdrop, Badge,