The 'canLoad' Route Guard method checks whether a _____ can be loaded lazily.
- component
- directive
- module
- service
The 'canLoad' Route Guard method checks whether a module can be loaded lazily. It's used to control the lazy loading of feature modules in Angular applications.
Loading...
Related Quiz
- The _____ file in Protractor allows you to specify settings such as the Selenium address and test files.
- What is the main benefit of using Ivy Renderer in Angular applications?
- In a dynamic form, to validate data asynchronously on the server-side, you can use a custom _____ validator.
- You are building a registration form and want to ensure that the password and confirm password fields match. Which approach would you use to validate this?
- What is the purpose of the onPrepare function in a Protractor configuration file?