fix(aio): fix error in import after RxJS 6 migration (#22886)
PR Close #22886
This commit is contained in:
parent
f1e4a153f0
commit
e942d8b681
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue