For guards that determine whether a module should be loaded or not, the method ______ should return a boolean or an observable that resolves to a boolean.

  • canActivate
  • canActivateChild
  • canDeactivate
  • canLoad
When working with guards that determine whether a module should be loaded or not, the canLoad method should return a boolean or an observable that resolves to a boolean. This guard is used to control the lazy loading of feature modules.
Add your answer
Loading...

Leave a comment

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