fix(aio): fix error in import after RxJS 6 migration (#22886)
PR Close #22886
This commit is contained in:
parent
2b31b6dc3f
commit
06776d1d10
@ -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…
x
Reference in New Issue
Block a user