show image in dashboard

This commit is contained in:
2023-02-26 18:38:27 +01:00
parent d52033b5f0
commit bd1b4fb655
6 changed files with 120 additions and 30 deletions

View File

@@ -8,5 +8,7 @@ if (environment.production) {
enableProdMode();
}
(<any>window).submitterId = crypto.randomUUID();
platformBrowserDynamic().bootstrapModule(AppModule)
.catch(err => console.error(err));