github angular/angular-cli 19.2.16

latest release: 18.2.21
7 hours ago

@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:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

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

Don't miss a new angular-cli release

NewReleases is sending notifications on new releases.