Also, ChangeDetectionStrategy.Default would be renamed to Eager.
Check out the RFC and let us know what you think: github.com/angular/angu...
Also, ChangeDetectionStrategy.Default would be renamed to Eager.
Check out the RFC and let us know what you think: github.com/angular/angu...
⚠️ OnPush is the New Default!
Angular is making its biggest performance-oriented shift yet. In Angular 22, OnPush officially replaces Default as the baseline ChangeDetectionStrategy.
Watch: youtu.be/6lF5xMBk1aA
⚠️ OnPush is the New Default!
Angular is making its biggest performance-oriented shift yet. In Angular 22, OnPush officially replaces Default as the baseline ChangeDetectionStrategy.
Watch: youtu.be/6lF5xMBk1aA
Given that OnPush is required for safe zoneless apps this is just a logical step.
Existing codebases will get an explicit Eager setting.
github.com/angular/angu...
Given that OnPush is required for safe zoneless apps this is just a logical step.
Existing codebases will get an explicit Eager setting.
github.com/angular/angu...
🎯 Signal Forms & resources are stable
⚡ `OnPush` by default
Plus `@Service()`, `debounced()`, WebMCP, and a lot more!
👉 blog.ninja-squad.com/2026/06/03/w...
🎯 Signal Forms & resources are stable
⚡ `OnPush` by default
Plus `@Service()`, `debounced()`, WebMCP, and a lot more!
👉 blog.ninja-squad.com/2026/06/03/w...
My latest video 🎥 shows its inner workings, tackles OnPush, dives into zoneless Change Detection, and takes a glimpse into the future of Signal Components!
Check it out youtu.be/54o9eSGjfW4
My latest video 🎥 shows its inner workings, tackles OnPush, dives into zoneless Change Detection, and takes a glimpse into the future of Signal Components!
Check it out youtu.be/54o9eSGjfW4
No more opt-in ⚡
- better performance by default
- less boilerplate
- automatic migration
@angular.dev keeps raising the baseline. 🔥
Learn more 👉 bit.ly/4egYxCr
#Angular #Frontend #WebDev
No more opt-in ⚡
- better performance by default
- less boilerplate
- automatic migration
@angular.dev keeps raising the baseline. 🔥
Learn more 👉 bit.ly/4egYxCr
#Angular #Frontend #WebDev
Standalone components (ditch NgModules)
Signals over BehaviorSubjects for local state
inject() over constructor DI
OnPush everywhere
Typed reactive forms
#Angular #Frontend #WebDev #JavaScript #BuildInPublic #NgRx
Standalone components (ditch NgModules)
Signals over BehaviorSubjects for local state
inject() over constructor DI
OnPush everywhere
Typed reactive forms
#Angular #Frontend #WebDev #JavaScript #BuildInPublic #NgRx
I love the DX and how easy it has become to enable OnPush with confidence.
computed - the way you can just use signals and let Angular take care of the dependency updates is 🔥!
Good work @angular.dev team!
I love the DX and how easy it has become to enable OnPush with confidence.
computed - the way you can just use signals and let Angular take care of the dependency updates is 🔥!
Good work @angular.dev team!
#Angular #WebDevelopment #iJSCon
#Angular #WebDevelopment #iJSCon
Here's what's new:
✅ Signal Forms, Angular Aria & resource are officially STABLE
✅ OnPush change detection is now the default
✅ Template updates and more
Read the full breakdown on the blog:
📰 goo.gle/angular-v22-...
Which of these updates is your favorite?
Here's what's new:
✅ Signal Forms, Angular Aria & resource are officially STABLE
✅ OnPush change detection is now the default
✅ Template updates and more
Read the full breakdown on the blog:
📰 goo.gle/angular-v22-...
Which of these updates is your favorite?
Corbin Crutchley has just released Fundamentals: Second Edition, from their Framework Field Guide series!
This is a massive rewrite — 3.5K files changed! — focusing on the biggest changes in Angular!
• Zoneless
• Signals
• OnPush
• Standalone (By default!)
Corbin Crutchley has just released Fundamentals: Second Edition, from their Framework Field Guide series!
This is a massive rewrite — 3.5K files changed! — focusing on the biggest changes in Angular!
• Zoneless
• Signals
• OnPush
• Standalone (By default!)
With default OnPush, Signal Forms stable, Fetch is default, WebMCP available, @Service, injectAsync and more.
Another big step forward for modern @angular.dev. 👏
Release link: github.com/angular/angu...
What Angular 22 feature are you most excited to try?
#Angular22
With default OnPush, Signal Forms stable, Fetch is default, WebMCP available, @Service, injectAsync and more.
Another big step forward for modern @angular.dev. 👏
Release link: github.com/angular/angu...
What Angular 22 feature are you most excited to try?
#Angular22
🌱 Spring Boot 4.0.6
🔐 Better security defaults
🅰️ Angular: OnPush everywhere
⚛️ React: Vitest by default
🟩 Vue microfrontends: Vite + rsbuild
🧩 Better TypeScript support
Try it: npm i -g generator-jhipster@9.1.0
jhipster.tech/2026/05/27/j...
#java #springboot
🌱 Spring Boot 4.0.6
🔐 Better security defaults
🅰️ Angular: OnPush everywhere
⚛️ React: Vitest by default
🟩 Vue microfrontends: Vite + rsbuild
🧩 Better TypeScript support
Try it: npm i -g generator-jhipster@9.1.0
jhipster.tech/2026/05/27/j...
#java #springboot
Change detection now runs once each time (as opposed to twice). I'm unsure what that means or why this happens. Anyone care to weigh in?
Change detection now runs once each time (as opposed to twice). I'm unsure what that means or why this happens. Anyone care to weigh in?
No more Zone.js. Just pure Signals, async pipe & OnPush performance.
This PR github.com/angular/angu... is the final push 💥
Biggest perf win since Signals landed! 🚀
#Angular #Zoneless #WebDev #Angular20
No more Zone.js. Just pure Signals, async pipe & OnPush performance.
This PR github.com/angular/angu... is the final push 💥
Biggest perf win since Signals landed! 🚀
#Angular #Zoneless #WebDev #Angular20
Next stop? Signal components!
github.com/angular/angu...
Next stop? Signal components!
github.com/angular/angu...
✅ Use `OnPush` for better performance
✅ Avoid direct object mutations
✅ Optimize when handling large data
Master it & speed up your app!
#Angular #ChangeDetection
✅ Use `OnPush` for better performance
✅ Avoid direct object mutations
✅ Optimize when handling large data
Master it & speed up your app!
#Angular #ChangeDetection
Discover some unanswered @angular.dev questions asked to Angular Docs AI last week!
blog post: www.angular.courses/beyond-the-f...
Discover some unanswered @angular.dev questions asked to Angular Docs AI last week!
blog post: www.angular.courses/beyond-the-f...
bsky.app/profile/did:...
Angular 22 ships OnPush as the default change detection strategy for all new components.
No more
`changeDetection: ChangeDetectionStrategy.OnPush`
in every `Component` decorator.
Angular now only checks what actually changed
#Angular22 #OnPush
bsky.app/profile/did:...
Angular 22 ships OnPush as the default change detection strategy for all new components.
No more
`changeDetection: ChangeDetectionStrategy.OnPush`
in every `Component` decorator.
Angular now only checks what actually changed
#Angular22 #OnPush
Brygida Fiejdasz zeigt Zoneless Angular, Signals und OnPush – inklusive Performance und Testing.
👉 Mehr zum Workshop: https://javascript-days.de/angular/mastering-zoneless-angular-performance-testing-ai/
#Angular #Zoneless #Testing #AI
Brygida Fiejdasz zeigt Zoneless Angular, Signals und OnPush – inklusive Performance und Testing.
👉 Mehr zum Workshop: https://javascript-days.de/angular/mastering-zoneless-angular-performance-testing-ai/
#Angular #Zoneless #Testing #AI