Hypothetically, if I were to start doing streams where I talk, code, experiment around Angular, frontend development, web technologies, etc...
What would people want to hear about?
@synalx.bsky.social
Hypothetically, if I were to start doing streams where I talk, code, experiment around Angular, frontend development, web technologies, etc...
What would people want to hear about?
On Angular, we're interested in what kind of AI-powered experiences people are building in their apps. Join our RFC and let us know!
github.com/angular/angu...
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 ๐๐ผ
02.09.2025 11:42 โ ๐ 20 ๐ 7 ๐ฌ 0 ๐ 1I'm one of them!
This has been a consistent pain point in my own personal apps. In one of them I've been experimenting for a few months with a snapshot of the code, using Cursor to port some of my existing forms over. Even in its incomplete state, it's so clean. I can't wait!
We just hit a milestone in our exploration of signal-based forms in Angular - our prototype is now merged into the main repository.
This opens the door for some important next steps like compiler integration & interop w/ existing forms.
I'm so happy someone captured Angular's story in a documentary!
This 15+ year tale is summarized in just an hour...
This video shares a glimpse into the project into which we have poured thousands of hours of love and dedication.
Enjoy!
www.youtube.com/watch?v=cRC9...
Sounds like signals...
15.12.2024 11:39 โ ๐ 5 ๐ 0 ๐ฌ 0 ๐ 0๐
13.12.2024 16:34 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0This is cool :D
FYI streaming is coming soon to the `resource()` and `rxResource()` APIs!
Ah gotcha! Basically zoneless is _possible_ with async pipe, CDR, etc. but the best experience will be with signals because it's automatic.
16.11.2024 09:37 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Zoneless just means components don't get checked automatically. They have to tell Angular that they require checking - via signals, async pipe, ChangeDetectorRef.markForCheck.
Angular knows to check components when their inputs change, too, regardless of whether they're signal inputs.
Very nice! Testing implementations of `Resource` are something we want to explore for sure.
16.11.2024 09:23 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0I look forward to reading it!
16.11.2024 05:47 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Zoneless doesn't require signals.
Any OnPush compatible app can be made zoneless without needing to use a single signal :)
Your wish is my design requirement
13.11.2024 06:36 โ ๐ 5 ๐ 0 ๐ฌ 1 ๐ 1Angular v19 ships with the two new reactive APIs: linkedSignal and resource.
On the surface those might seem like unrelated APIs. The truth is that both come from the same line of thinking: derive state without effects.
Both linkedSignal and resource can be seen as specialized "computed".
I feel cleaner already.
09.11.2024 14:27 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Mainly I've been busy prepping/presenting at ng-poland! I finally made it over though.
09.11.2024 12:48 โ ๐ 4 ๐ 0 ๐ฌ 2 ๐ 0Hello, ๐ฆ
09.11.2024 12:13 โ ๐ 54 ๐ 2 ๐ฌ 10 ๐ 0