feat(challenge 59): contente projection defer

This commit is contained in:
thomas
2025-03-30 22:37:45 +02:00
parent 95899e2ea8
commit 99a3647cb5
29 changed files with 3908 additions and 1985 deletions

View File

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