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

How is lazy loading configured for a route?

  1. A With the component property
  2. B With loadChildren returning a dynamic import
  3. C With the redirectTo property
  4. D With the pathMatch property
Answer

With loadChildren returning a dynamic import

loadChildren with a dynamic import creates a separate bundle fetched on first navigation, which is the largest single win for initial load time.

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