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
remove declaration and sourceMap from default tsconfig
@angular-devkit/build-angular
Commit
Description
remove outdated browser-esbuild option warning
remove deprecated browserTarget
@angular-devkit/core
Commit
Description
remove deprecated fileBuffer function in favor of stringToFileBuffer
@angular/build
Commit
Description
improve error message when an unhandled exception occurs during prerendering
support reading on-disk files during i18n extraction
remove automatic addition of @angular/localize/init polyfill and related warnings
@angular/ssr
Commit
Description
improve handling of aborted requests in AngularServerApp
Breaking Changes
@angular-devkit/build-angular
The browserTarget option has been removed from the DevServer and ExtractI18n builders. buildTarget is to be used instead.
@angular-devkit/core
The deprecated fileBuffer function is no longer available. Update your code to use stringToFileBuffer instead to maintain compatibility.
Note: that this change does not affect application developers.
@angular/build
The @angular/localize/init polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features.