Which Route Guard is especially useful for feature modules that are lazy-loaded?

  • CanActivate
  • CanDeactivate
  • CanLoad
  • CanUnload
The CanLoad Route Guard is especially useful for feature modules that are lazy-loaded. It allows you to prevent the lazy-loaded module from being loaded if certain conditions are not met, such as authentication or authorization checks.
Add your answer
Loading...

Leave a comment

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