Amazing! Small remarks: On the presentation, it is difficult do see the code, like dot “.” witch is in gray color with black background 😢
@marktechson5 ай бұрын
We noticed that and we're definitely going to fix that for future videos. Sorry for the inconvenience here but we're definitely going to do better.
@WebTechTalk5 ай бұрын
Eagerly waiting to try the new features in Angular 18
@naspy9715 ай бұрын
Finally a nice overall view of the latest features
@fabianw.78965 ай бұрын
Hey, is there a plan for the future, to improve the doing to use angular applications as Apps for IOS or Android, like doing it with ionic? :)
@name.iz.blurryface5 ай бұрын
How do we migrate our existing angular 16 apps using angular universal and Ionic to angular 18?
@dzivojelicАй бұрын
If only you could teach your GCP team how software is made that would be great :D
@MadarDoraeMon5 ай бұрын
3:34 so you mean setting zone coalescing as true will make it zoneLess ?? OR needed providingExperimentalZonlessChangeDection
@xucongzhan91515 ай бұрын
She meant that zone coalescing uses the ZonelessScheduler implementation under the hood. From the Angular v18 release blog: "Starting in v18, we’re using the same scheduler for zoneless apps and apps using zone.js with coalescing enabled. To reduce the number of change detection cycles in new zone.js apps, we’ve also enabled zone coalescing by default."
@MadarDoraeMon5 ай бұрын
@@xucongzhan9151 Nice and this will remove the zone providingExperimentalZonlessChangeDection right !
@kartik-watwani3 ай бұрын
I love angular ❤
@msjahun5 ай бұрын
The Renaissance is strong with this version
@Psych0mxmx5 ай бұрын
Necesitamos un curso creando un e-commerce con todas las funcionalidades. Eso quedaría muy bien e incrementaría más la demanda de uso de angular. Nota: Un e-commerce es lo más completo que hay
@arunbharath-r8c5 ай бұрын
Is angular planing to remove rxjs in future. If so are they going to do everything in signal based
@LarsRyeJeppesen5 ай бұрын
Rxjs is optional, not "removed". Use it if you want, don't if you don't want
@Bourn775 ай бұрын
Make tutorials on how to start using Signals correctly in Anfular apps, best practices of signals, how Observables maybe replaced using Signals etc. not much tutorials available online currently. Also thank goodness we still have real woman in Angular team. 😁
@nosbookstv93265 ай бұрын
Hello, why ngrx Signal store does not work in custom library when using nested objects
@BojanKogoj5 ай бұрын
That's most likely question for ngrx team
@nosbookstv93264 ай бұрын
@@BojanKogoj Sorry i was using Angular 18 with ngrx/signals v 17, i upgraded to 18.0.0-rc.1 and now works perfectly
@ansaganie5 ай бұрын
Great updates!
@midnightforseth5 ай бұрын
i freaking love it 🚀
@xaviersoh4 ай бұрын
Amazing ....
@alexgavidia73565 ай бұрын
Amazing!!!
@kensei95315 ай бұрын
When will Angular be stable? In bunch of months we got v18
@LarsRyeJeppesen5 ай бұрын
New version every 6 months, didn't you know? Been like this for years. V19 in november.
@kensei95315 ай бұрын
@@LarsRyeJeppesen I just can't keep track all the changes.
@xucongzhan91515 ай бұрын
@@kensei9531@kensei9531 Well, if your app doesn't need those new features badly, simply don't use them. The old stuff will continue to work for quite a while.
@YordanTGeorgiev5 ай бұрын
@@kensei9531 You literally can't find 15 minutes to read the new stuff every 6 months? Or 2 minutes for minor release throughout the 6 months?
@kylerjohnson9884 ай бұрын
@@kensei9531 Why not? It's really not all that much. It takes like 20-30 minutes to read about and understand new features once every 6 months. For the last several major releases, they've been doing videos like this. Between this one and the one Mark did, you can watch them and get up to date on all the new features in the time it takes to eat breakfast.
@Stevexupen5 ай бұрын
I feel all the modern javascript libraries and frameworks are undergoing something similar to "Carcinisation" where everything evolve into some form of crab creatures lol.
@tarquin1612345 ай бұрын
Which specific aspects are you talking about?
@Bourn775 ай бұрын
@@tarquin161234he might be talking about most Js frameworks are using different forms of Signals for state management etc, Angular, vue, solid, quik etc all use Signals now. Not that I'm complaining.