From 4815707b89db5a1bac72a948e343e5fc9654f345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20Ku=CC=88ng?= Date: Sat, 15 Apr 2023 14:10:08 +0200 Subject: [PATCH] fix tito's bug --- src/app/app.module.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 28d2538..1d168cf 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -17,12 +17,12 @@ import { SafePipe } from './pipes/safe.pipe'; ListComponent, DetailComponent, SafePipe, - HttpClientModule ], imports: [ BrowserModule, AppRoutingModule, - FormsModule + FormsModule, + HttpClientModule ], providers: [], bootstrap: [AppComponent]