Advertisement · 728 × 90

Posts by Matthieu Riegler

Video

On my way to #NgGlühwein !!

And off course course with the 🚂

4 months ago 3 0 1 0

What I mean is that APIs design can determine how code gets tree shaken if some specific behaviors aren’t used

5 months ago 2 0 0 0
Post image

999 commits on the #Angular framework repo.

Crazy when you think that everything started exactly 3 years ago with a random PR just because I was bored 🥱 at work.

What a journey if you ask me and thank you to everyone that's part of it ❤️

5 months ago 19 1 1 0

Yeah the drag and drop of the CDK is actually feature heavy and is weighs quite a lot.
Maybe it’s worth inspecting if some optimizations are still possible without impacting Dx too much.

5 months ago 1 0 1 0
Post image

Here are the changes we suggest !
Down to 400kB / ~120kB gzipped.

github.com/lorenseanste...

5 months ago 3 0 4 0

Busy November 🍂🍁 ahead !!

I am happy to able to hold talks at
- NG DE
- Angular TLV
- NgPoland
- Angular Athens

But more than talks those community events are the best to discuss with all of you that will attend those events.
I'm SO looking forward to it !

(And do be shy, come say hi 🙃)

5 months ago 3 0 0 0

Thank you for the feedback, much appreciated !

6 months ago 1 0 0 0
Post image

Yey for community contributions 🎉 !!
#Angular

github.com/angular/angu...

6 months ago 9 3 0 0
RFC: AI-Enabled Applications · angular angular · Discussion #63766 Authors: Gemini @alxhub & @pkozlowski-opensource Area: Angular Framework Posted: September 12, 2025 Status: Open AI is shifting how web applications are built, but also the nature of applications t...

New #Angular RFC for you folks !

github.com/angular/angu...

6 months ago 9 3 0 0
Post image

It’s a prototype and very much a work in progress
But yes, you can start experimenting with Signal forms with today’s pre-release 21.0.0-next.2

#Angular

7 months ago 19 5 0 0
Advertisement
Post image

We had an #NgRun with @martinakraus11.bsky.social @samvloeberghs.be @rainerhahnekamp.bsky.social in Graz 😄😄

7 months ago 9 1 1 0
Angular repo summary, 1238 open issues, 123 open pull requests, 24 discussions, 474 releases

Angular repo summary, 1238 open issues, 123 open pull requests, 24 discussions, 474 releases

Appreciation post for @thepunderwoman.com and @jeanmeche.com ✨ thank you for relentlessly working through our issues backlog, down to 1.2k from 1.5k over the past month 🙌🏼

7 months ago 20 7 0 1

2 years ago*

🙃

7 months ago 1 0 0 0

Yeah they've been stuck in review for technicalities.

cc @develwithoutacause.dwac.dev

7 months ago 1 0 1 0
Preview
From the angular community on Reddit Explore this post and more from the angular community

@jeanmeche.com is answering questions on r/angular about Zoneless going stable in 20.2

www.reddit.com/r/angular/co...

"In 20.2 the Angular team promotes zoneless from developer preview to stable.

Do you have any questions about Zoneless ? This is the place to ask them !"

7 months ago 9 3 1 1

Angular.dev uses Zoneless + SSG.

If you ever wondered what's the stack behind Angular.dev:
here is a short sumup on reddit

www.reddit.com/r/angular/co...

8 months ago 5 2 0 0
Preview
‎Gemini - Deobfuscating JavaScript Message Listener Code Created with Gemini

I had a very positive experience today with #Gemini when I needed to reverse engineer some obfuscated JS code.

It ended being very helpful and probably saved me several hours of debugging 💯💯

g.co/gemini/share...

8 months ago 6 0 1 0
Post image

#TypescriptGo was visible for months yet we couldn't see it 🙃

1 year ago 12 0 2 0
Preview
Will this run in the browser (WASM)? · microsoft typescript-go · Discussion #458 Since the announcement does not mention WASM, will running typescript-go in the browser will be officially supported? I guess this will be a requirement for TypeScript Playground and other users of...

Browsers will still be supported.

github.com/microsoft/ty...

1 year ago 2 0 0 0
Preview
Seamless data fetching with httpResource Fantastic new APIs are coming to Angular. Two years ago, we proposed making Angular a reactive web framework powered by signals. Since…

The new experimental httpResource API is here and ready for you to check out.

Big thanks to @jeanmeche.com for his contributions to this feature.

Learn more here 👉 blog.angular.dev/seamless-dat...

1 year ago 24 5 0 1
Advertisement
Purple background with stage lights and stage fog. "ng-conf 2025 coming this fall!" photo of Emma Twersky & Mark Thompson speaking at previous ng-conf. ng-conf white logo in bottom right.

Purple background with stage lights and stage fog. "ng-conf 2025 coming this fall!" photo of Emma Twersky & Mark Thompson speaking at previous ng-conf. ng-conf white logo in bottom right.

Stay tuned for more details!! Woot Woot!! #Angular #ngconf2025

1 year ago 22 12 0 3

@jeanmeche.com wrote an unexpectedly enlightening piece on Angular's rendering mechanics. Worth reading even if Angular isn't your cup of tea.

1 year ago 1 1 0 0

📢 We're finally looking to ship Observables in Chrome!! It's been a long time coming—many thanks to all in the community for the great feedback and help along the way!!

Especially @benlesh.bsky.social, @keithamus.social, @domenic.me, @jordan.har.band & more! 🙏

groups.google.com/a/chromium.o...

1 year ago 117 24 4 6

YES 😁

The French railway had actually a “Cinema” carriage, it would have been perfect for that 😂😂

1 year ago 14 0 2 0

HttpResource isn’t meant to replace the current HttpClient. It’s purely dedicated to data fetching and representing this as state with async capabilities.

Medium/Long term I would expect that we land a new promise based HttpClient to complete the « data fetching story » without Observables.

1 year ago 2 0 1 0

TLDR: Don't expect resources to send POST/PUT/DELETE for you. Resources are meant to pull data.

1 year ago 2 0 2 0

It will rely on the HttpClient so yes, interceptor support.

Resource are async state primitives, they’re not meant for mutations (at least yet).
So POST/PUT/DELETE will likely require a new Promise based client (or use the existing one)

1 year ago 2 0 1 0
Advertisement
Post image

Resource ✖️ WebSocket.

Soon very straight forward for you !
➡️Demo stackblitz.com/edit/angular...

1 year ago 20 3 2 0
Preview
Resource Websocket - StackBlitz A angular-cli project based on @angular/animations, @angular/common, @angular/compiler, @angular/core, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router, co...

This can already be done in userland with the latest update :)

stackblitz.com/edit/angular...

1 year ago 2 0 1 0
Post image

If you're not on reddit, you probably missed this 😄

httpResource : An HttpClient based resource, which means ... a first Http API without Observables.

(but we still love RxJS and you know it ❤️)

1 year ago 24 2 3 0