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.