mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 05:24:57 +08:00
With the recent changes in https://github.com/angular/angular-cli/pull/20960 we moved the spinner to be started outside of the progress callback, this causes a side-effect that after `succeed` is called the spinner will stop reporting progress unless it is started again.