16.0.0-rc.4 (2023-05-01)
common
Commit | Description |
---|---|
fix incorrectly reported distortion for padded images (#49889) |
compiler-cli
Commit | Description |
---|---|
catch fatal diagnostic when getting diagnostics for components (#50046) |
platform-server
Commit | Description |
---|---|
remove dependency on @angular/platform-browser-dynamic (#50064)
|
Breaking Changes
platform-server
-
Users that are using SSR with JIT mode will now need to add
import to @angular/compiler
before bootstrapping the application.NOTE: this does not effect users using the Angular CLI.