monstrege

Results 3 comments of monstrege

Thanks @mmalerba, Your temporary solution seems to work, but I had to add a minor change to make it work. I had to add import '@angular/compiler' into main.ts Do you...

In my case, one setTranslation works, but not 2 (like one in french works, but when I try to add another setTranslate with english it doesn't work)

I just found out, Add extend in your config ``` TranslateModule.forRoot({ loader: { provide: TranslateLoader, useFactory: httpLoaderFactory, deps: [HttpClient] }, extend: true }),``` This allows the json to be loaded...