Which property in the Angular routes configuration is used to define lazy-loaded modules?

  • component
  • loadChildren
  • pathMatch
  • redirectTo
To define lazy-loaded modules in Angular routes, you use the loadChildren property in the route configuration. This property specifies the path to the module file that should be loaded lazily when the route is activated.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *