🚨 Angular 18 Is Out: Zoneless Upgrade (Step-By-Step)

preview_player
Показать описание

This video is a quick summary of all the major features of Angular 18, with a focus on Zoneless.

Timestamps:

0:00 Video Summary
00:40 Migrating to Zoneless
09:25 ng-content fallback content
11:30 new form events observable
12:45 route redirects as functions

Helpful links:

Related articles on the Angular University blog:

Free content at the Angular University:

Follow me:

Рекомендации по теме
Комментарии
Автор

Well, we’re officially leaving Zone.js, we’re entering the new future of Angular🎉

ShadowBlackzZ
Автор

barely managed to update few of my teams apps to angular 17, now have to update them again to 18 haha. great content as always.

yufgyug
Автор

Excellent video thank u! Am going to go zoneless immediately. Rock on!!

BrendanAlexander
Автор

Im still in hangover of 17, Already 18 released 😅🤣 👍

tranquillityEnthusiast
Автор

Very nice presentation of Angular 18 ! Thanks Vasco 👌😎

AlainBoudard
Автор

you are quick, cool video thank you for sharing :)
I still need some time to wrap my mind around some things

MonaCodeLisa
Автор

This is insane, I haven’t even figure out signals, control flow and now this!! We just started a new project in 17 thinking it’ll be the latest, Took a while to even upgrade for 16 to 17 in a new project!!!

anutaNYC
Автор

It looks like it works exactly the same as OnPush - as if OnPush were the default change detection strategy.

bartekaszczuk
Автор

Great video! Angular 18 is amazing, but I would like to use zone-less when it is ready for production. Thanks for sharing.

eduardohernandezanzardo
Автор

Looks very promising! :) Wanna try it soon!

phreakadelle
Автор

@AngularUniversity Thanks for switching to the VS Code dark theme 🤝, which I commented on Angular Signals video.

AghileshT
Автор

So, now I need to know how and when I have to update the page content manually? This seems like a step backwards, from my point of view it's a very expensive change, performance for me has never been a problem in my Angular applications...

josuefreitas
Автор

Thank U for this video excellent video

dryphresque
Автор

Thanks for the helpful and easy-to-follow video! When I followed your instructions to refactor my app to zoneless, I am getting a ReferenceError: Zone is not defined. Any tips on how to resolve that?

big_time_banana
Автор

Experimental I have problems with NG bootstrap modal, tool tips, toast, ....

TheSysmat
Автор

Is it necessary that if object defined in signalstate will only have deepsignal property.. can we achieve that in component? Without using signalState .?

gauravsahu
Автор

The Angular 18 Zoneless Change Detection isn't working with AngularFire v18, it produces error when you try to run your App (ReferenceError: Zone is not defined) and causes the App not to run at all... Any fix for that?

SkyDeveloper-gyhd
Автор

Vasco, what are your thoughts on the current Angular Material v18? I personally think that the colors, in some components, such as buttons are messed up, the default themes have applied a very strange use of colors, or should I say, have applied colorless colors

madeOfClay
Автор

Can you make a video on using new material 3 by default

rohitkharche
Автор

love angular but miss the vuejs hmr when developing. Do you know of a way to replicate the hmr now that esbuild/vite is stable?

markgagnon