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
* docs: remove useless CSS
* fix(module:spin): use delay only to activate spinner
This also cleans up the rxjs in this component which would actually create
a memory leak over time if the delay input changes a lot (which is very
hypothetical).
fixes#5926
* fix(module:spin): respect delay on init
fixes#5928
Reproduction link
https://stackblitz.com/edit/angular-lrunm3?file=src/app/app.component.ts
Steps to reproduce
Just open the reproduction.
What is expected?
The spinner should only start after 5s.
What is actually happening?
The spinner starts immediately.
It seems that when nz-spin is initially rendered the delay is not respected. It does work on subsequent changes to the input.
The text was updated successfully, but these errors were encountered: