36.5k views
2 votes
The serve command requires to be run in an angular project. true or false

1 Answer

1 vote

Answer:

Yes

Step-by-step explanation:

server command in angular also known as ng serve is a command to build and serve an angular application.When served using this command on file changes system automatically rebuilds and serve application.

There are multiple options available with command which can be activated and deactivated using flags .

User Johan Karlsson
by
5.6k points