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
add @angular/ssr as part of the ng update packageGroup
@schematics/angular
Commit
Description
add ng new --ssr
enable hydration when adding SSR, SSG or AppShell
enable standalone by default in new applications
generate functional interceptors by default
update @angular/cli version specifier to use ^
@angular-devkit/build-angular
Commit
Description
initial support for application Web Worker discovery with esbuild
support basic web worker bundling with esbuild builders
support i18n inlining with esbuild-based builder
use a dash in bundle names
disable ahead of time prerendering in vite dev-server
@angular/ssr
Commit
Description
enable prerender and ssr for all build configuration
Breaking Changes
@schematics/angular
ng g interceptor now generate a functional interceptor by default. or guard by default. To generate a class-based interceptor the --no-functional command flag should be used.
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.