upfix localstorage iframe
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user