Advertisement · 728 × 90

Posts by Alex Rickabaugh

Preview
Signal Forms: Character Sheet - StackBlitz Character sheet example for signal forms!

I had a blast showing off Signal Forms to @jlengstorf on @codetv_dev this morning!

If anyone wants to play more with the concept, here's my take on the character sheet editor we paired on:

stackblitz.com/edit/ng-char...

4 months ago 13 3 1 0

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?

6 months ago 14 5 8 0
Preview
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...

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...

7 months ago 12 8 0 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

I'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!

7 months ago 3 0 0 0

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.

7 months ago 34 14 0 2
Angular: The Documentary | An origin story
Angular: The Documentary | An origin story YouTube video by Honeypot

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...

1 year ago 100 25 5 5

Sounds like signals...

1 year ago 5 0 0 0

💔

1 year ago 3 0 1 0

This is cool :D

FYI streaming is coming soon to the `resource()` and `rxResource()` APIs!

1 year ago 3 0 1 0
Advertisement

Ah gotcha! Basically zoneless is _possible_ with async pipe, CDR, etc. but the best experience will be with signals because it's automatic.

1 year ago 1 0 0 0

Zoneless 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.

1 year ago 1 0 1 1

Very nice! Testing implementations of `Resource` are something we want to explore for sure.

1 year ago 2 0 1 0

I look forward to reading it!

1 year ago 0 0 1 0

Zoneless doesn't require signals.

Any OnPush compatible app can be made zoneless without needing to use a single signal :)

1 year ago 1 0 1 0

Your wish is my design requirement

1 year ago 5 0 1 1
Preview
a young girl wearing a black hat is clapping her hands together ALT: a young girl wearing a black hat is clapping her hands together
1 year ago 1 0 1 0

Angular 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".

1 year ago 41 6 1 0

I feel cleaner already.

1 year ago 1 0 0 0

Mainly I've been busy prepping/presenting at ng-poland! I finally made it over though.

1 year ago 4 0 2 0
Advertisement

Hello, 🦋

1 year ago 53 2 10 0