DEV Community

Cover image for The Best Way To Use Signals In Angular Apps
Christian Lüdemann
Christian Lüdemann

Posted on

The Best Way To Use Signals In Angular Apps

Since Angular 16, Angular now has experimental support for signals and there is a lot of confusion in the community about whether this is going to replace RxJS or how it should be used in an app in combination with RxJS.

This blog post sheds some light on what I think is the best way to use signals in your Angular apps.

You can read it here.

Top comments (0)