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
update ng new to use the esbuild application builder based builder
@angular-devkit/build-angular
Commit
Description
account for styles specified as string literals and styleUrl
avoid spawning workers when there are no routes to prerender
support custom index option paths in Vite-based dev server
support dev server proxy pathRewrite field in Vite-based server
use single JS transformer instance during dev-server prebundling
@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 and ng new. The --no-routing command line option can be used to disable this behaviour.
rootModuleClassName, rootModuleFileName and main options have been removed from the public pwa and app-shell schematics.