Skip to content

Commit

Permalink
Merge pull request #8033 from ever-co/fix/missing-providers
Browse files Browse the repository at this point in the history
[Fix]: injectorError adding TranslateService to providers in Ngx-translate
  • Loading branch information
rahul-rocket authored Aug 5, 2024
2 parents 3610051 + 3d8ddd7 commit 49e7f12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { LanguageInitializerFactory } from './language-initializer.factory';
})
],
providers: [
TranslateService,
{
provide: APP_INITIALIZER,
useFactory: LanguageInitializerFactory,
Expand Down

0 comments on commit 49e7f12

Please sign in to comment.