ngxtension / ngxtension-platform

Utilities for Angular
https://ngxtension.netlify.app/
MIT License
531 stars 77 forks source link

feat: add explicitEffect helper function. #393

Closed JeanMeche closed 1 month ago

JeanMeche commented 1 month ago

Build on top of effect(), this helper function allows to only watch the producers passed as dependencies.

The effect itself is run as untracked preventing any hidden side effects.