Eric Schmuecker
Eric Schmuecker
Just curious what the status of this is?
Bump, has there been any progress on this?
I am having a similar issue that I believe stems from the same thing. ```bash Can't resolve all parameters for TranslateHttpLoader in /node_modules/@ngx-translate/http-loader/src/http-loader.d.ts: ([object Object], ?, ?). ``` Have you...
Nope, ```typescript ... import { HttpClient, HttpClientModule } from "@angular/common/http"; import { TranslateModule, TranslateLoader } from "@ngx-translate/core"; import { TranslateHttpLoader } from "@ngx-translate/http-loader"; ... export function HttpLoaderFactory(http: HttpClient) { return...
Anyway you have an example for loading into angular project? I already have it installed, I am having trouble getting it configured for my project.