Error Handling
NGXS uses Angular's default ErrorHandler
class so if an action throws an error, Angular's ErrorHandler
is called. You can easily override this flow by providing your own handler like so:
Last updated
NGXS uses Angular's default ErrorHandler
class so if an action throws an error, Angular's ErrorHandler
is called. You can easily override this flow by providing your own handler like so:
Last updated