Skip to content

ng build/serve --watch should have a switch to clear the screen before each rebuild #25699

Closed
@axos88

Description

@axos88

Command

build, serve

Description

Reviving #21559, as I'd like to see the same thing implemented, to always have a clear view of what is actually an error and what has already been addressed. Without this it's very confusing to scroll back and forth to see where the last batch of errors are starting, and what was the output from the last build.

Description of #21559 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: @angular/clifeatureIssue that requests a new featurefeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions