angular app entfernt

This commit is contained in:
Developer 02
2024-06-13 09:15:44 +02:00
parent 9f8142a5d6
commit 155726a6b0
22 changed files with 0 additions and 13825 deletions

View File

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