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
Angular 21 is out. With version 20 and 21 there are quite some improvements there. We need to analyze and decide what we should adopt and when. It doesn't mean we have to do everything in one shot.
Here are some topics to be considered:
standalone API (moving away from NgModules)
properly usage of signal(computed and linked) based input/output, change detection, completely zoneless
control flow syntax (moving away from *ngIf/*ngFor to @if/@for
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Angular 21 is out. With version 20 and 21 there are quite some improvements there. We need to analyze and decide what we should adopt and when. It doesn't mean we have to do everything in one shot.
Here are some topics to be considered:
NgModules)computedandlinked) based input/output, change detection, completelyzoneless*ngIf/*ngForto@if/@for@injectSomething to explore:
How to do the migration:
Create a document or a Style Guide what to do and when so we can use it when we touch a component.
We need to plan and assign the topics
Beta Was this translation helpful? Give feedback.
All reactions