mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a28604be02
Remove unnecessary `async`/`Promise<void>` from `serializeTransferState` and the redundant `async () =>` wrapper in `provideAppInitializer` — the function contains no async operations, so this is a zero behavior change cleanup.