Description
Command
serve
Description
#25699 (original was #21559) described it would be a great quality of life feature to be able to clear the screen before each rebuild. It was requested in that issue for build AND serve but sadly for serve it has been silently dropped. Therefor this issue to vote for the same option "on ng serve".
Description of #21599 (original request) below:
When I'm refactoring large code-base i revised folowing process:
- i have ng serve running
- i do some changes in bulk without save
- save all
- i stop the process
- clear the console
- then start the ng serve again
I'm doing this to see in isolation what I break, fixed what are new issues etc. So I can focus only on what is relevant
Describe the solution you'd like
it would be nice to have a switch to run ng serve which would clear console everytime it detects change
Describe alternatives you've considered
Currently I'm doing it manually - stopping the process, clearing console and starting ng serve again