Revert "docs: refactor http module import for style guide app.module (#25001)" (#25263)

This reverts commit 88da8f3d52.

PR Close #25263
This commit is contained in:
Brandon Roberts 2018-08-02 08:08:51 -05:00 committed by Igor Minar
parent 3ba5220839
commit 74bce18190
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { HttpClientModule } from '@angular/common/http';
import { HttpModule } from '@angular/http';
import { InMemoryWebApiModule } from 'angular-in-memory-web-api';
import { RouterModule } from '@angular/router';
@ -44,7 +44,7 @@ import * as s0901 from '../09-01/app/app.module';
@NgModule({
imports: [
BrowserModule,
HttpClientModule,
HttpModule,
InMemoryWebApiModule.forRoot(HeroData),
s0101.AppModule,