Angular Standalone: i18n TranslateService NullInjectorError

Hi, I installed a fresh ionic 8 with angular standalone and want to use i18n for translations, but it’s not working so far.

I tried the solution from here: Ionic 7 Multilanguage App without app.modules.ts

but when importing the TranslateService in app.component.ts I get

ERROR NullInjectorError: R3InjectorError(Standalone[AppComponent])[TranslateService -> TranslateService -> TranslateLoader -> HttpClient -> HttpClient]: 
  NullInjectorError: No provider for HttpClient!

Can someone please provide a way how to get i18n working in the standalone version?