diff --git a/frontend/main/src/app/app.module.ts b/frontend/main/src/app/app.module.ts index a5ed8cf..de4ebf4 100644 --- a/frontend/main/src/app/app.module.ts +++ b/frontend/main/src/app/app.module.ts @@ -21,6 +21,7 @@ import { ShipQtComponent } from './ship-qt/ship-qt.component'; import { RctQtComponent } from './rct-qt/rct-qt.component'; import { EditComponent } from './edit/edit.component'; import { AboutComponent } from './about/about.component'; +import { HttpClientModule } from "@angular/common/http"; @NgModule({ declarations: [ @@ -46,7 +47,8 @@ import { AboutComponent } from './about/about.component'; imports: [ BrowserModule, AppRoutingModule, - FormsModule + FormsModule, + HttpClientModule ], providers: [], bootstrap: [AppComponent] diff --git a/frontend/main/src/app/body/body.component.html b/frontend/main/src/app/body/body.component.html index 9d39c14..725cb64 100644 --- a/frontend/main/src/app/body/body.component.html +++ b/frontend/main/src/app/body/body.component.html @@ -224,6 +224,6 @@