You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enhance Sass rebasing importer for resources URL defined in variables and handling of external paths
inject event-dispatch in SSR HTML page
address Unable to deserialize cloned data issue with Yarn PnP
do not generate an index.html file in the browser directory when using SSR.
ensure esbuild-based builders exclusively produce ESM output
remove type="text/css" from style tag
Breaking Changes
@angular/cli
The ng doc command has been removed without a replacement. To perform searches, please visit www.angular.dev
@angular-devkit/build-angular
By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the index option to specify the output file name.