Files
pyrofetes-frontend/node_modules/@schematics/angular/application/files/standalone-files/src/main.ts.template
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

7 lines
222 B
Plaintext
Executable File

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));