fix(aio): fix error in import after RxJS 6 migration (#22886)

PR Close #22886
This commit is contained in:
cexbrayat 2018-03-20 15:45:09 +01:00 committed by Igor Minar
parent f1e4a153f0
commit e942d8b681
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { FormsModule } from '@angular/forms';
import { HttpClientModule } from '@angular//common/http';
import { HttpClientModule } from '@angular/common/http';
import { AppComponent } from './app.component';
import {