19.1.0-next.1 (2024-12-12)
@angular-devkit/architect
Commit | Description |
---|---|
require build schemas from modules |
@angular-devkit/build-angular
Commit | Description |
---|---|
fix webpack config transform for karma | |
handle windows spec collisions |
@angular/build
Commit | Description |
---|---|
add support for customizing URL segments with i18n | |
Fixing auto-csp edge cases where | |
handle external @angular/ packages during SSR (#29094)
| |
provide component HMR update modules to dev-server SSR | |
show error when Node.js built-ins are used during ng serve
| |
use consistent path separators for template HMR identifiers | |
reuse TS package.json cache when rebuilding |
@angular/ssr
Deprecations
@angular/build
-
The
baseHref
option underi18n.locales
andi18n.sourceLocale
inangular.json
is deprecated in favor ofsubPath
.The
subPath
defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified,subPath
will use the locale code.