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

Which technique reduces the initial bundle size most effectively in a large Angular application?

  1. A Minifying CSS
  2. B Lazy loading feature routes
  3. C Using more components
  4. D Increasing change detection frequency
Answer

Lazy loading feature routes

Only the code needed for the current route is downloaded. It also enforces clear feature boundaries, since an entangled feature cannot be lazy loaded.

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