You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a request using HttpClient inside of an effect
In the provided StackBlitz:
Let it load
Insert a number in the input form
In the console, you will get the error:
ERROR Error: NG0600: Writing to signals is not allowed in a `computed` or an `effect` by default. Use `allowSignalWrites` in the `CreateEffectOptions` to enable this inside effects.
Expected Behavior
What behavior were you expecting to see?
Everything should work as intended, displaying the progress bar as the request is made
Actual Behavior
What behavior did you actually see?
The application enters an infinite loop
Environment
Angular: 18.2
ngx-progressbar: 13.0.0
Browser(s): Edge, Firefox
Operating System (e.g. Windows, macOS, Ubuntu): Windows
I already have a PR ready to fix this issue!
The text was updated successfully, but these errors were encountered:
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/ngx-progressbar-rqsvic
Steps to reproduce:
In the provided StackBlitz:
Expected Behavior
What behavior were you expecting to see?
Everything should work as intended, displaying the progress bar as the request is made
Actual Behavior
What behavior did you actually see?
The application enters an infinite loop
Environment
I already have a PR ready to fix this issue!
The text was updated successfully, but these errors were encountered: