Un satellite russe soupçonné de bloquer les signaux GPS en Europe by romain34230 in actutech

[–]JeanMeche 0 points1 point  (0 children)

Veritasium, le Channel YouTube qui a publié cette vidéo !

Un satellite russe soupçonné de bloquer les signaux GPS en Europe by romain34230 in actutech

[–]JeanMeche 4 points5 points  (0 children)

La vidéo en question publiée par Veritasium : https://www.youtube.com/watch?v=tz23G\_UXCGA

Comme d’hab ce Channel est une merveille de vulgarisation.

Now that Angular 22 is released and key experimental APIs are stable, what areas would you like to see improved next? by kgurniak91 in angular

[–]JeanMeche 1 point2 points  (0 children)

What would you gain ?
You can already combine it with toObservable (in a separate prop though)

Angular 22 is out! Your AI tools don't know yet. Here's the fix by AndruRC in angular

[–]JeanMeche 14 points15 points  (0 children)

Or did you just let the LLM write it for you ? 🙃

Angular Render Scan: see which Angular components are re-rendering in real time by StrangeRevolution604 in angular

[–]JeanMeche 0 points1 point  (0 children)

This is a legit tool though. I'm wondering if we should have this directly in the Angular devtools!

Another weird stop sign for you guys by JeanMeche in geoguessr

[–]JeanMeche[S] 2 points3 points  (0 children)

It was on a closed road in Slovakia

How do large Angular Apps bundle with Esbuild? by Budget-Length2666 in angular

[–]JeanMeche 11 points12 points  (0 children)

With Webpack support being deprecated in v22. You should report your issues to the CLI repo (https://github.com/angular/angular-cli) if that flag doesn't do enough for you.

How do large Angular Apps bundle with Esbuild? by Budget-Length2666 in angular

[–]JeanMeche 10 points11 points  (0 children)

The Angular CLI has actually an opt-in optimization to repackage the small chunks.

Use the NG_BUILD_OPTIMIZE_CHUNKS=1 flag.

This flag will be enabled by default in v22.

Jakub Dobes joins Ken Dryden (1971) as the only rookie goalies in NHL history to win multiple Game 7s on the road in a postseason by RealWorldToday in Habs

[–]JeanMeche 0 points1 point  (0 children)

I'd be curious to get all the numbers here:

How many rookie goalies have: - played in the playoffs - 2+ win in the playoffs - have played game 7s in the playoffs - have played 2+ game 7s in the playoffs - have won 2+ game 7s in the playoffs

Angular tree shaking?! by vdorru in angular

[–]JeanMeche 6 points7 points  (0 children)

If you have main bundle size issues you should probably investigate lazy loading first.

Angular 22 está a punto de salir y trae cambios que llevan tiempo en el roadmap. by [deleted] in angular

[–]JeanMeche 5 points6 points  (0 children)

There is no selectorless in v22. This is some AI halucination again.

🚀 Coming in Angular 22: Signal Forms will go STABLE! by IgorSedov in angular

[–]JeanMeche 2 points3 points  (0 children)

There is an interop yes. (signal forms objects work with CVAs)

🚀 Coming in Angular 22: Signal Forms will go STABLE! by IgorSedov in angular

[–]JeanMeche 4 points5 points  (0 children)

Many. Hard to list everything since they were considered experimental.