This commit is contained in:
Cédric OLIVIER
2026-05-22 17:34:28 +02:00
commit 62a512f503
25 changed files with 9981 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { App } from './app/app';
bootstrapApplication(App, appConfig).catch((err) => console.error(err));