Angular CLI: 18.2.21 Release

Release date:
September 10, 2025
Previous version:
18.2.20 (released June 11, 2025)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in 18.2.21

Could not determine top contributors for this release.

Directory Browser for 18.2.21

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 - 700e6bc01 | avoid extra tick in SSR builds |

@angular/build

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

@angular/ssr

| Commit | Description | | -- | -- | | feat - 4af385201 | 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