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,7 +0,0 @@
import { bootstrapApplication } from '@angular/platform-browser';
import { AppComponent } from './app/app.component';
import { config } from './app/app.config.server';
const bootstrap = () => bootstrapApplication(AppComponent, config);
export default bootstrap;