v17.0.0-next.4
Pre-release
Pre-release
·
3796 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 applicationandng new. The--no-routingcommand line option can be used to disable this behaviour. rootModuleClassName,rootModuleFileNameandmainoptions have been removed from the publicpwaandapp-shellschematics.