Computer Science, asked by njrk, 10 hours ago

Q.3 Which command would you use to run angular application in a browser?​

Answers

Answered by sakeenabanu112
0

Answer:

In your browser, open http://localhost:4200/ to see the new application run. When you use the ng serve command to build an application and serve it locally, the server automatically rebuilds the application and reloads the page when you change any of the source files.

Similar questions