A

Admin • 830.13K Points
Coach

Q. How would you lazy load a feature module in Angular routing?

  • (A) Using loadChildren with dynamic import syntax
  • (B) Using component property in route
  • (C) Using ngIf in template
  • (D) Importing the module in AppModule
  • Correct Answer - Option(A)
  • Views: 17
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin
Lazy loading is done with loadChildren and dynamic imports in routing.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.