A

Admin • 828.70K Points
Coach

Q. What is the purpose of Angular CLI's `ng build` command?

  • (A) Starts a development server
  • (B) Compiles the application into an output directory
  • (C) Runs unit tests
  • (D) Lints the project code
  • Correct Answer - Option(B)
  • Views: 10
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin
`ng build` compiles the app and outputs the result in the `dist/` folder.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.