mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 02:58:04 +08:00
The `ansi-color` and `ora` dependencies have been replaced with `listr2`. This package provides both color and spinner capabilities and further reduces the dependency count. This also aligns the dependencies with the `@angular/cli` package with already uses `listr2`. The spinner also now will not overwrite console output that happens to be written while the spinner is active. Instead, the output will be written after the spinner task is complete.