#angularsignals — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #angularsignals, aggregated by home.social.
-
Having to learn Angular for a project at work. To be honest, I still prefer Svelte because of its simplicity. But I’m also enjoying it a lot. The signals concept seems really promising.
-
I wrote about Angular Signals, a new feature coming with Angular v16. Enjoy.
-
Wondering how these new Angular signals work with our existing RxJS?
In this video, we create signals from Observables and bind to those signals. And react to a signal in an Observable pipeline.
-
An exciting new feature is coming to Angular: signals! Signals provide a new way for our code to tell our templates (and other code) that data has changed.
What are signals? Why use them? And how do they work? Check this out: