From e942d8b681f0ad6a870f914446241ae2b841abf8 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 20 Mar 2018 15:45:09 +0100 Subject: [PATCH] fix(aio): fix error in import after RxJS 6 migration (#22886) PR Close #22886 --- aio/content/examples/pipes/src/app/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/examples/pipes/src/app/app.module.ts b/aio/content/examples/pipes/src/app/app.module.ts index 325a32e4b2..f1d75597fc 100644 --- a/aio/content/examples/pipes/src/app/app.module.ts +++ b/aio/content/examples/pipes/src/app/app.module.ts @@ -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 {