home.social

#angularsignals — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #angularsignals, aggregated by home.social.

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

    #WebDev #angular #svelte #AngularSignals

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

    #angular #rxjs #angularsignals

    youtu.be/5SD995zKvbk

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

    youtu.be/oqYQG7QMdzw

    #angularSignals #angular