-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if app_initializer is still required #1558
Comments
A mon avis, c'Est pas nécessaire.. mais il faudrait tester sur des poste - performants. Vous aviez eu le problème lors de la mise en prod de vigilance. |
J'ai validé dans le constructeur de l'appmodule le service était bien la. |
|
Finalement, pour enlever le AppInitializerFactory cela nécessitait des changements sur le chargement de nos fichiers de translations. On règle du même coup, un problème de double téléchargements des fichiers de traductions. |
Please tell us about your environment:
17.x +
Check if, in the demo and in igo2, it's still required to setup an app initilizer.
{ provide: APP_INITIALIZER, useFactory: appInitializerFactory, deps: [Injector, ApplicationRef], multi: true }
This checkup is required due to the merge of this PR.
#1551
The text was updated successfully, but these errors were encountered: