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.
Loading...
Related Quiz
- The ______ directive provides two-way data binding in template-driven forms, synchronizing the form control's value with a property in the component.
- What happens if two services provided in different modules depend on each other?
- How would you implement asynchronous validation for checking if an email is already registered?
- For multicasting a single source to multiple subscribers, one should use a ________ in RxJS.
- In template-driven forms, which directive is utilized to implement a group of form controls?