Angular CLI: 19.2.16 Release

Release date:
September 10, 2025
Previous version:
19.2.15 (released June 11, 2025)
Magnitude:
73 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 19.2.16

alan-agius4

Directory Browser for 19.2.16

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

@angular-devkit/build-angular

| Commit | Description | | -- | -- | | fix - b0f4330a9 | avoid extra tick in SSR builds |

@angular/build

| Commit | Description | | -- | -- | | fix - ee5c5f823 | avoid extra tick in SSR dev-server builds |

@angular/ssr

| Commit | Description | | -- | -- | | feat - 32980f7e7 | introduce BootstrapContext for isolated server-side rendering |

Breaking Changes

@angular/ssr

  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

Before: ts const bootstrap = () => bootstrapApplication(AppComponent, config);

After: ts const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);

For more information please see: https://github.com/angular/angular/security/advisories/GHSA-68x2-mx4q-78m7