Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What does the Angular CLI command 'ng build --configuration production' enable?

  1. A Source maps and verbose logging
  2. B Ahead-of-time compilation, minification, tree shaking and budget checks
  3. C Live reload
  4. D Unit test execution
Answer

Ahead-of-time compilation, minification, tree shaking and budget checks

Production builds also enable optimisations that catch template errors at compile time, which is why some issues only appear in production builds.

All Angular MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as