Declarative side-effect handling for NGXS β react to action lifecycle events (dispatch, success, error, canceled) with a clean, class-based API.
π Full documentation: libs/effects/README.md
# Install dependencies
yarn install
# Run library tests
yarn nx test effects
# Build the library
yarn nx build effects
# Serve the integration app
yarn nx serve integrationlibs/effects/β The@ngxs-labs/effectspublishable libraryapps/integration/β Minimal Angular app to verify the library