upfix localstorage iframe

This commit is contained in:
_Bastler
2022-03-20 11:21:25 +01:00
parent 578e6e6981
commit 5a9caf69a5
6 changed files with 68 additions and 37 deletions
+4 -1
View File
@@ -69,7 +69,10 @@ import { JukeboxComponent } from './pages/jukebox/jukebox.compontent';
export function init_app(i18n: I18nService) {
return () => i18n.fetch().then(response => { }, error => { });
return () => {
console.log("APP_INITIALIZER");
i18n.fetch();
};
}
@Injectable()