2025-03-10 19:25:11 +01:00

6 lines
245 B
TypeScript

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