yarn @angular/cli 19.0.0-next.2
v19.0.0-next.2

latest releases: 19.0.0-next.7, 18.2.5, 16.2.16...
21 days ago

19.0.0-next.2 (2024-08-28)

@schematics/angular

Commit Description
feat - a381a3db1 add option to export component as default

@angular/ssr

Commit Description
feat - 30c25bf68 export AngularAppEngine as public API
feat - 4b09887a9 move CommonEngine API to /node entry-point
fix - d43180af5 add missing peer dependency on @angular/platform-server

Breaking Changes

@angular/ssr

  • The CommonEngine API now needs to be imported from @angular/ssr/node.

    Before

    import { CommonEngine } from '@angular/ssr';

    After

    import { CommonEngine } from '@angular/ssr/node';

Don't miss a new cli release

NewReleases is sending notifications on new releases.