Follow up to #6280.
We are currently using platformBrowserDynamic to initialize the app in main.ts. This is deprecated as of https://angular.dev/api/platform-browser-dynamic/platformBrowserDynamic.
Apart from just replacing it with https://angular.dev/api/platform-browser/platformBrowser it is also possible to initialize the app with a standalone component. It should be evaluated if this makes sense for us.
Follow up to #6280.
We are currently using
platformBrowserDynamicto initialize the app inmain.ts. This is deprecated as of https://angular.dev/api/platform-browser-dynamic/platformBrowserDynamic.Apart from just replacing it with https://angular.dev/api/platform-browser/platformBrowser it is also possible to initialize the app with a standalone component. It should be evaluated if this makes sense for us.