Closed
Description
🚀 Improvement / Bug report / Feature request.
Command
Description
Just a small request: ng serve
(and maybe all other commands) should print some text instantly after the command is executed.
You can see that after enter ng serve
there is a long waiting time without any response. Appears to be dead. Annoying.
I would prefer an initial message directly after the command was entered. Something like:
ng serve
Builds and serves your app, rebuilding on file changes.
[-] Generating browser bla bla ...
This text comes from the docs. But we could also just print: Preparing...
or the joke of the day.
Seriously, no response feedback on command execution feels weird and seems to be frozen.
Maybe this should be implemented on all commands?