Pacman is eating himself! #271
Unanswered
cherrington-maxwell
asked this question in
Q&A
Replies: 1 comment
-
Interestingly enough, I can replicate by going to https://napster2210.github.io/ngx-spinner/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a weird problem. I am using Angular 17 with ngx-spinner 16.0.2
I've got a busy service to detect concurrent calls and only show and hide the spinner once. I've confirmed this by writing out to the console "busy" or "idle" and I only see it logged once.
Oddly though, I am seeing a duplicate of the pacman animation. One overtop of the other; one slightly smaller than the other.
I have the ngx-spinner only defined in my app.component.html like this:
Any idea why it would be doing this?
Beta Was this translation helpful? Give feedback.
All reactions