Releases: angular/angular-cli
Releases · angular/angular-cli
v19.0.0-next.6
v19.0.0-next.5
v19.0.0-next.4
19.0.0-next.4 (2024-09-11)
@angular/cli
Commit | Description |
---|---|
handle string key/value pairs, e.g. --define | |
enable Node.js compile code cache when available |
@angular/build
Commit | Description |
---|---|
prevent transformation of Node.js internal dependencies by Vite |
@angular/ssr
v18.2.4
v19.0.0-next.3
v18.2.3
v18.2.2
v17.3.9
v16.2.15
v19.0.0-next.2
19.0.0-next.2 (2024-08-28)
@schematics/angular
Commit | Description |
---|---|
add option to export component as default |
@angular/ssr
Commit | Description |
---|---|
export AngularAppEngine as public API |
|
move CommonEngine API to /node entry-point |
|
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';