migrate project

This commit is contained in:
2025-12-06 11:38:19 +01:00
parent 314a581378
commit 3b983ebbf4
28 changed files with 3630 additions and 8736 deletions

View File

@@ -1,6 +1,6 @@
import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component';
import { App } from './app/app';
bootstrapApplication(AppComponent, appConfig)
bootstrapApplication(App, appConfig)
.catch((err) => console.error(err));