A

Admin • 828.70K Points
Coach

Q. How do you define a route path that loads a module lazily?

  • (A) Using loadChildren with dynamic import
  • (B) Using redirectTo property
  • (C) Using canActivate guards
  • (D) Using pathMatch property
  • Correct Answer - Option(A)
  • Views: 12
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin
Lazy loading modules is done with loadChildren using dynamic imports.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.