v17.0.0-next.4
Pre-release
Pre-release
·
2257 commits
to main
since this release
17.0.0-next.4 (2023-09-13)
@schematics/angular
Commit | Description |
---|---|
enable routing by default for new applications | |
update ng new to use the esbuild application builder based builder |
@angular-devkit/build-angular
@ngtools/webpack
Commit | Description |
---|---|
add automated preconnects for image domains | |
account for styles specified as string literals and styleUrl |
Breaking Changes
@schematics/angular
- Routing is enabled by default for new applications when using
ng generate application
andng new
. The--no-routing
command line option can be used to disable this behaviour. rootModuleClassName
,rootModuleFileName
andmain
options have been removed from the publicpwa
andapp-shell
schematics.