Webpack plugin that AoT compiles your Angular components and modules.
Last release 2 days ago
26 Aug 2026
Ships on a steady schedule
a new release about every 2 weeks
Nearly every release is documented
notes for 60 of the last 60 stable releases
32 versions withdrawn
withdrawn after publishing
10 years old
1103 releases · first in 2016
Release timeline
1103 releases since 2016Releases
- 18.0.413 Jun 2024
Release notes
Open source →@angular/build
Commit Type Description 791ef809d fix do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled 20fc6ca05 fix generate module preloads next to script elements in index HTML 3a1bf5c8a fix Initiate PostCSS only once 78c611754 fix issue warning when auto adding @angular/localize/init<!-- CHANGELOG SPLIT MARKER -->
<a name="18.0.3"></a>
- 18.0.35 Jun 2024
Release notes
Open source →@angular/cli
Commit Type Description b709d2a24 fix add schema.jsonoptions to parsed command, also when a version is passed tong add <package>@<version>@angular/build
Commit Type Description 43a2a7d13 fix avoid escaping rebased Sass URL values 9acb5c7ca fix disable JS transformer persistent cache on web containers 346df4909 fix improve Sass rebaser ident token detection 6526a5f59 fix watch all related files during a Sass error <!-- CHANGELOG SPLIT MARKER -->
<a name="18.0.2"></a>
- 18.0.229 May 2024
Release notes
Open source →@schematics/angular
Commit Type Description 9967c04b8 fix check both application builder packages in SSR schematic 92b48ab14 fix set builders assetsoption correctly for new applications@angular/build
Commit Type Description 3bb06c37d fix disable Worker wait loop for Sass compilations in web containers c4cf35923 fix print Sass @warnlocation352879804 fix support valid self-closing MathML tags in HTML index file 476f3084a fix support valid self-closing SVG tags in HTML index file @angular/pwa
Commit Type Description acbffd236 fix set manifest iconslocation to matchassetsbuilder option<!-- CHANGELOG SPLIT MARKER -->
<a name="18.0.1"></a>
- 18.0.123 May 2024
Release notes
Open source →@schematics/angular
Commit Type Description 01842f515 fix use angular.dev in readme @angular/build
Commit Type Description 7d253e9cd fix avoid rebasing URLs with function calls 6b6a76a99 fix disable persistent disk caching inside webcontainers by default ba70a50b6 fix handle esbuild-browser polyfillsoption asstringduringng serve706423aca fix only import persistent cache store with active caching <!-- CHANGELOG SPLIT MARKER -->
<a name="18.0.0"></a>
- 18.0.022 May 2024
Release notes
Open source →Breaking Changes
@angular/cli
- The
ng doccommand has been removed without a replacement. To perform searches, please visit www.angular.dev - Node.js support for versions <18.19.1 and <20.11.1 has been removed.
@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
indexoption to specify theoutputfile name."architect": { "build": { "builder": "@angular-devkit/build-angular:application", "options": { "outputPath": "dist/my-app", "index": { "input": "src/index.html", "output": "index.html" } } } } -
The support for the legacy Sass build pipeline, previously accessible via
NG_BUILD_LEGACY_SASSwhen utilizing webpack-based builders, has been removed.
Deprecations
@angular-devkit/schematics
NodePackageLinkTaskin@angular-devkit/schematics. A custom task should be created instead.
@angular/cli
Commit Type Description ac3019570 feat add ng devalias tong serve4087728c3 feat support for Node.js v22 41ab6c8c3 fix add --versionoptiondf4dde95d fix add @angular/buildpackage to update group list1039f6d79 fix change update guide link to angular.dev f4670fcb1 fix eliminate prompts during ng versioncommanda99ec6a54 fix keep cli package first in update package group metadata dd786d495 fix only add --version option on default command 03eee0545 refactor remove ng doccommandc7b208555 refactor remove support for Node.js versions <18.19.1 and <20.11.1 @schematics/angular
Commit Type Description b2ac5fac7 feat allow application migration to use new build package in projects where possible 6530aa11b feat replace assetswithpublicdirectory725883713 feat use eventCoalescing option by default (standalone bootstrap) 508d97da7 feat use ngZoneEventCoalescing option by default (module bootstrap) f452589e2 feat use TypeScript bundler module resolution for new projects 95a4d6ee5 fix add less dependency in application migration if needed c46aa084f fix add postcss dependency in application migration if needed 157329384 fix add spaces around eventCoalescing option 23cc337aa fix keep deployUrl option when migrating to application builder @angular-devkit/architect
Commit Type Description ddd08efef fix resolve builder aliases from containing package @angular-devkit/build-angular
Commit Type Description 53c319aaa feat add support for the polloption in the library builder83d1d233a feat enhance Sass rebasing importer for resources URL defined in variables and handling of external paths d51cb598a feat inject event-dispatch in SSR HTML page 0b03829bc feat move i18n extraction for application builder to new build system package 4ffe07aa2 feat move Vite-based dev-server for application builder to new build system package d1c632af9 feat support native async/await when app is zoneless 37fc7f0cc fix disable Vite prebundling when script optimizations are enabled 2acf95a94 fix do not generate an index.htmlfile in the browser directory when using SSR.8a54875cb fix handle wrapping of class expressions emitted by esbuild 97973059e refactor remove Sass legacy implementation @angular-devkit/schematics
Commit Type Description 797584583 refactor deprecate NodePackageLinkTask@angular/build
Commit Type Description 810d213e1 feat introduce new official build system package b7a0792b3 fix add a maximum rendering timeout for SSG 411115303 fix add console note about development server raw file size 921fa7cf4 fix add missing ansi-colorsandpicomatchdependencies791cf75af fix check both potential build packages in Angular version check 4d7cd5e3e fix correctly wrap class expressions with static properties or blocks emitted by esbuild 57f448a0f fix decode URL pathname decoding during SSG fetch 940e382db fix disable Vite prebundling when script optimizations are enabled 70dbc7a6e fix emit error for invalid self-closing element in index HTML 44b401747 fix ensure input index HTML file triggers rebuilds when changed dff4deaeb fix ensure recreated files are watched 17931166d fix format sizes using decimal byte units consistently 2085365e0 fix only generate shallow preload links for initial files 33cd47c85 fix properly configure headers for media resources and HTML page d10fece2c fix properly rebase Sass url() values with leading interpolations 3f2963835 perf add persistent caching of JavaScript transformations a15eb7d1c perf improve rebuild time for file loader usage with prebundling <!-- CHANGELOG SPLIT MARKER -->
<a name="17.3.8"></a>
- The
- 18.0.0-rc.321 May 2024pre-release
Nothing published for this version
- 18.0.0-rc.28 May 2024pre-release
Nothing published for this version
- 18.0.0-rc.12 May 2024pre-release
Nothing published for this version
- 18.0.0-rc.01 May 2024pre-release
Nothing published for this version
- 18.0.0-next.526 Apr 2024pre-release
Nothing published for this version
- 18.0.0-next.425 Apr 2024pre-release
Nothing published for this version
- 18.0.0-next.317 Apr 2024pre-release
Nothing published for this version
- 18.0.0-next.23 Apr 2024pre-release
Nothing published for this version
- 18.0.0-next.128 Mar 2024pre-release
Nothing published for this version
- 18.0.0-next.021 Mar 2024pre-release
Nothing published for this version
- 17.3.1730 Apr 2025
Release notes
Open source →Additional notes
Open source →@angular-devkit/build-angular
Commit Type Description 743d85bac fix update http-proxy-middleware to v2.0.8 <!-- CHANGELOG SPLIT MARKER -->
<a name="19.2.9"></a>
- 17.3.169 Apr 2025
Release notes
Open source →@angular-devkit/build-angular
Commit Description remove undici from dependencies update vite to 5.4.17 Additional notes
Open source →@angular-devkit/build-angular
Commit Type Description 5aa53b40c fix remove undici from dependencies fce61564d fix update vite to 5.4.17 <!-- CHANGELOG SPLIT MARKER -->
<a name="19.2.6"></a>
- 17.3.152 Apr 2025
Release notes
Open source →Additional notes
Open source →@angular-devkit/build-angular
Commit Type Description 0525fec61 fix update vite to 5.4.16 due to a security issues <!-- CHANGELOG SPLIT MARKER -->
<a name="19.2.5"></a>
- 17.3.1426 Mar 2025
Additional notes
Open source →@angular-devkit/build-angular
Commit Type Description cb8f859f1 fix update vite to 5.4.15 <!-- CHANGELOG SPLIT MARKER -->
<a name="19.2.4"></a>
- 17.3.1313 Mar 2025
Release notes
Open source →<a name="17.3.13"></a>
17.3.13 (2025-03-13)
@angular-devkit/build-angular
Commit Description update babel packages Additional notes
Open source →@angular-devkit/build-angular
Commit Type Description 22901df02 fix update babel packages <!-- CHANGELOG SPLIT MARKER -->
<a name="19.2.3"></a>
- 17.3.1212 Feb 2025
Release notes
Open source →<a name="17.3.12"></a>
17.3.12 (2025-02-12)
@angular-devkit/build-angular
Commit Description update vite to version 5.4.14 Additional notes
Open source →@angular-devkit/build-angular
Commit Type Description d83237028 fix update vite to version 5.4.14 <!-- CHANGELOG SPLIT MARKER -->
<a name="19.1.6"></a>
- 17.3.1123 Oct 2024
Release notes
Open source →<a name="17.3.11"></a>
17.3.11 (2024-10-23)
@angular-devkit/build-angular
Commit Description update http-proxy-middlewareto2.0.7Additional notes
Open source →@angular-devkit/build-angular
Commit Type Description 8bad9cee0 fix update http-proxy-middlewareto2.0.7<!-- CHANGELOG SPLIT MARKER -->
<a name="18.2.9"></a>
- 17.3.1025 Sept 2024
Release notes
Open source →<a name="17.3.10"></a>
17.3.10 (2024-09-25)
@angular-devkit/build-angular
Commit Description update vite to 5.1.8 Additional notes
Open source →@angular-devkit/build-angular
Commit Type Description 30489d8fd fix update vite to 4.1.8 <!-- CHANGELOG SPLIT MARKER -->
<a name="18.2.5"></a>
- 17.3.929 Aug 2024
Release notes
Open source →<a name="17.3.9"></a>
17.3.9 (2024-08-29)
@angular-devkit/build-angular
Commit Description clear context in Karma by default for single run executions upgrade webpack to 5.94.0Additional notes
Open source →@angular-devkit/build-angular
Commit Type Description e2c5c034d fix clear context in Karma by default for single run executions 88501f3d5 fix upgrade webpack to 5.94.0<!-- CHANGELOG SPLIT MARKER -->
<a name="16.2.15"></a>
- 17.3.822 May 2024
Release notes
Open source →@angular/cli
Commit Type Description 3ada6eb52 fix clarify optional migration instructions during ng update @angular-devkit/schematics
Commit Type Description 4b6ba8df1 fix SchematicTestRunner.runExternalSchematicfails with "The encoded data was not valid for encoding utf-8"<!-- CHANGELOG SPLIT MARKER -->
<a name="17.3.7"></a>
- 17.3.78 May 2024
Release notes
Open source →@angular-devkit/build-angular
Commit Type Description 998c72036 fix decode URL pathname decoding during SSG fetch @angular-devkit/schematics
Commit Type Description 1ab1c6c9e fix use web standard error check for Deno support <!-- CHANGELOG SPLIT MARKER -->
<a name="17.3.6"></a>
- 17.3.625 Apr 2024
Release notes
Open source →@angular-devkit/build-angular
Commit Type Description dcec59799 fix properly configure headers for media resources and HTML page <!-- CHANGELOG SPLIT MARKER -->
<a name="17.3.5"></a>
- 17.3.517 Apr 2024
Release notes
Open source →@angular-devkit/build-angular
Commit Type Description 6191d06ca fix address Unable to deserialize cloned dataissue with Yarn PnP0335d6a5d fix remove type="text/css"fromstyletag<!-- CHANGELOG SPLIT MARKER -->
<a name="17.3.4"></a>
- 17.3.411 Apr 2024
Release notes
Open source →@angular-devkit/build-angular
Commit Type Description 1128bdd64 fix ensure esbuild-based builders exclusively produce ESM output <!-- CHANGELOG SPLIT MARKER -->
<a name="16.2.14"></a>
- 17.3.32 Apr 2024
Release notes
Open source →@schematics/angular
Commit Type Description a673baf5c fix Revert "fix(@schematics/angular): rename SSR port env variable" <!-- CHANGELOG SPLIT MARKER -->
<a name="17.3.2"></a>
- 17.3.225 Mar 2024
Release notes
Open source →@schematics/angular
Commit Type Description 935f931ee fix rename SSR port env variable @angular-devkit/build-angular
Commit Type Description c9d436000 fix Internal server error: Invalid URLwhen using a non localhost IP59fba38ec fix ensure proper resolution of linked SCSS files 27dd8f208 fix service-worker references non-existent named index output c12907d92 fix update webpack-dev-middlewareto6.1.2<!-- CHANGELOG SPLIT MARKER -->
<a name="16.2.13"></a>
- 17.3.120 Mar 2024
Release notes
Open source →@schematics/angular
Commit Type Description 198ca9afc fix improve Sass format clarity for application style option @angular-devkit/build-angular
Commit Type Description 2809971a5 fix only generate serverdirectory when SSR is enabled3f601a14e fix typo in allowedHosts warning for unsupported vite options 79c44adac perf avoid transforming empty component stylesheets cc3167f30 perf reduce build times for apps with a large number of components when utilizing esbuild-based builders <!-- CHANGELOG SPLIT MARKER -->
<a name="17.3.0"></a>
- 17.3.013 Mar 2024
Release notes
Open source →@schematics/angular
Commit Type Description 5ab71fc92 feat update CSS/Sass import/use specifiers in application migration @angular-devkit/build-angular
Commit Type Description 9ca3a5450 feat add deployUrlto application builder3821344da fix ensure proper display of build logs in the presence of warnings or errors de2d05049 fix provide better error message when server option is required but missing <!-- CHANGELOG SPLIT MARKER -->
<a name="17.2.3"></a>
- 17.3.0-rc.06 Mar 2024pre-release
Nothing published for this version
- 17.2.36 Mar 2024
Release notes
Open source →@angular-devkit/build-angular
Commit Type Description 7cc8261fd fix avoid implicit CSS file extensions when resolving 259ec72d5 fix avoid marking component styles as media with no output media directory faffdfdce fix disable deployUrlwhen using vite dev-server<!-- CHANGELOG SPLIT MARKER -->
<a name="17.2.2"></a>
- 17.2.228 Feb 2024
Release notes
Open source →@angular-devkit/build-angular
Commit Type Description 3394d3cf1 fix ensure all related stylesheets are rebuilt when an import changes <!-- CHANGELOG SPLIT MARKER -->
<a name="17.2.1"></a>
- 17.2.122 Feb 2024
Release notes
Open source →@angular-devkit/build-angular
Commit Type Description 9e7c47b59 fix allow mtsandctsfile replacementf2a2e9287 fix provide Vite client code source map when loading <!-- CHANGELOG SPLIT MARKER -->
<a name="17.2.0"></a>
- 17.2.014 Feb 2024
Release notes
Open source →@angular/cli
Commit Type Description b3e206741 feat add support to bunpackage manager@schematics/angular
Commit Type Description 03e1aa790 feat add support to bunpackage manager@angular-devkit/build-angular
Commit Type Description 7f57123fd feat add define build option to application builder f4f535653 feat add JSON build logs when using the application builder b59f663e5 feat allow control of Vite-based development server prebundling 8f47f1e96 feat provide default and abbreviated build target support for dev-server and extract-i18n 7a12074dc feat provide option to allow automatically cleaning the terminal screen during rebuilds 7c522aa87 feat support using custom postcss configuration with application builder 476a68daa fix add output location in build stats 5e6f1a9f4 fix avoid preloading server chunks 41ea985f9 fix display server bundles in build stats d493609d3 fix downgrade copy-webpack-plugin to workaround Node.js support issue 8d5af1d5c fix ensure correct .htmlserved with Vite dev-server944cbcdb1 fix limit the number of lazy chunks visible in the stats table 905e13633 fix support string as plugin option in custom postcss plugin config @angular-devkit/schematics
Commit Type Description da1c38c48 fix add bunto known package managers@angular/create
Commit Type Description 600498f2c feat add support to bunpackage manager<!-- CHANGELOG SPLIT MARKER -->
<a name="17.1.4"></a>
- 17.2.0-rc.08 Feb 2024pre-release
Nothing published for this version
- 17.2.0-next.131 Jan 2024pre-release
Nothing published for this version
- 17.2.0-next.025 Jan 2024pre-release
Nothing published for this version
- 17.1.414 Feb 2024
Release notes
Open source →@angular/cli
Commit Type Description 6d2168db9 fix prevent BOM errors in package.jsonduringng update@angular-devkit/build-angular
Commit Type Description bf42d6df2 fix bypass Vite prebundling for absolute URL imports <!-- CHANGELOG SPLIT MARKER -->
<a name="17.1.3"></a>
- 17.1.38 Feb 2024
Release notes
Open source →@angular-devkit/build-angular
Commit Type Description 3de3aa170 fix allow ./baseHref when using vite based server17f47a3c9 fix ensure WebWorker main entry is used in output code <!-- CHANGELOG SPLIT MARKER -->
<a name="17.1.2"></a>
- 17.1.231 Jan 2024
Release notes
Open source →@angular-devkit/build-angular
Commit Type Description 6815f13e3 fix add requiredmodules as externals importsa0e306098 fix correctly handle glob negation in proxy config when using vite 235c8403a fix handle regular expressions in proxy config when using Vite 5332e5b2e fix resolve absolute output-pathwhen using esbuild based builders3deb0d4a1 fix return 404 for assets that are not found <!-- CHANGELOG SPLIT MARKER -->
<a name="17.1.1"></a>
- 17.1.124 Jan 2024
Release notes
Open source →@angular/cli
Commit Type Description 8ebb754c2 fix update regex to validate the project-name @schematics/angular
Commit Type Description 35ebf1efd fix retain trailing comma when adding providers to app config @angular-devkit/build-angular
Commit Type Description 88de1da92 fix ENOENT: no such file or directoryon Windows during component rebuild4e2586aeb fix allow package file loader option with Vite prebundling aca1cfcda fix do not add internal CSS resources files in watch 53258f617 fix handle load event for multiple stylesheets and CSP nonces 412fe6ec6 fix pre-transform error when using vite with SSR 45dea6f44 fix provide actionable error message when server bundle is missing default export 4e2b23f03 fix update dependency vite to v5.0.12 @angular/ssr
Commit Type Description 02d9d84c5 fix handle load event for multiple stylesheets and CSP nonces <!-- CHANGELOG SPLIT MARKER -->
<a name="16.2.12"></a>
- 17.1.018 Jan 2024
Release notes
Open source →@schematics/angular
Commit Type Description b513d89b7 feat add optional migration to use application builder a708dccff feat update SSR and application builder migration schematics to work with new outputPath4469e481f fix do not trigger NPM install when using ---skip-installand--ssr@angular-devkit/build-angular
Commit Type Description e0b274b8f feat add option to retain CSS special comments in global styles 204794c4f feat add support for --no-browsersin karma builder4784155bd feat add wildcard option for allowedCommonJsDependencies3b93df42d feat allow configuring loaders for custom file extensions in application builder cc246d50e feat allow customization of output locations 15a669c1e feat allowing control of index HTML initial preload generation 47a064b14 feat emit external sourcemaps for component styles 68dae539a feat initial experimental implementation of @web/test-runnerbuilderf6e67df1c feat inline Google and Adobe fonts located in stylesheets 364a16b7a feat move browser-syncas optional dependencyccba849e4 feat support keyboard command shortcuts in application dev server 329d80075 fix alllow OPTIONSrequests to be proxied when usingvite49ed9a26c fix emit error when using prerender and app-shell builders with application builder 6473b0160 fix ensure all configured assets can be served by dev server 874e576b5 fix filter explicit external dependencies for Vite prebundling 2a02b1320 fix fix normalization of the application builder extensions 9906ab7b4 fix normalize asset source locations in Vite-based development server ceffafe1a fix provide better error messages for failed file reads 6d7fdb952 fix show diagnostic messages after build stats 4e1f0e44d fix the request url "..." is outside of Vite serving allow list for all assets bd26a18e7 fix typo in preloadInitial option description 125fb779f perf reduce TypeScript JSDoc parsing in application builder <!-- CHANGELOG SPLIT MARKER -->
<a name="17.0.10"></a>
- 17.1.0-rc.110 Jan 2024pre-release
Nothing published for this version
- 17.1.0-rc.03 Jan 2024pre-release
Nothing published for this version
- 17.1.0-next.322 Dec 2023pre-release
Nothing published for this version
- 17.1.0-next.213 Dec 2023pre-release
Nothing published for this version
- 17.1.0-next.16 Dec 2023pre-release
Nothing published for this version
- 17.1.0-next.029 Nov 2023pre-release
Nothing published for this version
- 17.0.1010 Jan 2024
Release notes
Open source →@angular/cli
Commit Type Description ed1e130da fix retain existing EOL when updating JSON files @schematics/angular
Commit Type Description 09c32c678 fix retain existing EOL when adding imports a5c339eaa fix retain existing EOL when updating JSON files @angular-devkit/core
Commit Type Description 3dc4db7d7 fix retain existing EOL when updating workspace config <!-- CHANGELOG SPLIT MARKER -->
<a name="17.0.9"></a>
- 17.0.93 Jan 2024
Release notes
Open source →@angular/cli
Commit Type Description 446dfb76a fix add prerender and ssr-dev-server schemas in angular.json schema @angular-devkit/schematics
Commit Type Description 88d6ca4a5 fix replace template line endings with platform specific <!-- CHANGELOG SPLIT MARKER -->
<a name="17.0.8"></a>
- 17.0.821 Dec 2023
Release notes
Open source →@angular/cli
Commit Type Description 6dba26a0b fix ng e2eandng lintprompt requires to hit Enter twice to proceed on Windows0b48acc4e fix re-add -dalias for--dry-run@schematics/angular
Commit Type Description 99b026ede fix add missing property "buildTarget" to interface "ServeBuilderOptions" 313004311 fix do not generate standalone component when using ng generate module@angular-devkit/build-angular
Commit Type Description cf11cdf6c fix add missing tailwind @screendirective in matcheraa6c757d7 fix construct SSR request URL using server resolvedUrls 0662048d4 fix ensure empty optimized Sass stylesheets stay empty d1923a66d fix ensure external dependencies are used by Web Worker bundling <!-- CHANGELOG SPLIT MARKER -->
<a name="16.2.11"></a>
- 17.0.713 Dec 2023
Release notes
Open source →@angular-devkit/build-angular
Commit Type Description 3df3e583c fix baseHrefwith trailing slash causes server not to be accessible without trailing slashef1178188 fix allow vite to serve JavaScript and TypeScript assets 385eb77d2 fix cache loading of component resources in JIT mode 4b3af73ac fix ensure browser-esbuild is used in dev server with browser builder and forceEsbuild d1b27e53e fix ensure port 0 uses random port with Vite development server f2f7d7c70 fix file is missing from the TypeScript compilation with JIT 7b8d6cddd fix handle updates of an npm linklibrary from another workspace whenpreserveSymlinksistruec08c78cb8 fix inlining of fonts results in jagged fonts for Windows users 930024811 fix retain symlinks to output platform directories on builds 3623fe911 fix update ESM loader to work with Node.js 18.19.0 <!-- CHANGELOG SPLIT MARKER -->
<a name="17.0.6"></a>
- 17.0.66 Dec 2023
Release notes
Open source →@schematics/angular
Commit Type Description da5d39471 fix enable TypeScript skipLibCheckin new workspace@angular-devkit/build-angular
Commit Type Description 048512874 fix app-shell generation incorrect content when using the application builder f9e982c44 fix check namespaced Sass variables when rebasing URLs a1e8ffa9d fix correctly align error/warning messages when spinner is active 46d88a034 fix handle watch updates on Mac OSX when using native FSEvents API 4594407ae fix improve file watching on Windows when using certain IDEs aa9e7c615 fix normalize locale tags with Intl API when resolving in application builder a8dbf1da2 fix watch symlink when using preserveSymlinksoptione3820cb6c perf only enable advanced optimizations with script optimizations <!-- CHANGELOG SPLIT MARKER -->
<a name="17.0.5"></a>
- 17.0.529 Nov 2023
Release notes
Open source →Rolling back bbbe13d67 which appears to break file watching on Mac devices.
<!-- CHANGELOG SPLIT MARKER -->
<a name="17.0.4"></a>
- 17.0.429 Nov 2023
Release notes
Open source →@schematics/angular
Commit Type Description 7a2823080 fix remove CommonModule import from standalone components @angular-devkit/build-angular
Commit Type Description 0634a4e40 fix avoid native realpath in application builder 22880d9cb fix correct set locale when using esbuild based builders a0680672f fix correctly watch files when app is in a directory that starts with a dot bbbe13d67 fix improve file watching on Windows when using certain IDEs 27e7c2e1b fix propagate localize errors to full build result 7455fdca0 fix serve assets from the provided serve-path657a07bd6 fix treeshake unused class that use custom decorators 77474951b fix use workspace real path when not preserving symlinks <!-- CHANGELOG SPLIT MARKER -->
<a name="17.0.3"></a>
- 17.0.321 Nov 2023
Release notes
Open source →@angular-devkit/build-angular
Commit Type Description 450dd29a1 fix default to watching project root on Windows with application builder 8072b8574 fix ensure service worker hashes index HTML file for application builder d99870740 perf only create one instance of postcss when needed <!-- CHANGELOG SPLIT MARKER -->
<a name="17.0.2"></a>