This commit is contained in:
Bastian Wagner
2026-08-03 14:49:35 +02:00
parent 71d76725a4
commit b21641f37a
24 changed files with 1009 additions and 136 deletions

View File

@@ -2,4 +2,7 @@ import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { App } from './app/app';
// AG Grid's community modules are registered from cashbox.ts instead of
// here, so their (sizable) code only loads as part of that lazy route chunk
// rather than bloating the eagerly-loaded initial bundle.
bootstrapApplication(App, appConfig).catch((err) => console.error(err));