Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Which route guard prevents a lazy-loaded bundle from being downloaded at all when access is denied?

  1. A CanActivate
  2. B CanMatch
  3. C CanDeactivate
  4. D Resolve
Answer

CanMatch

CanActivate runs after the module loads. CanMatch decides whether the route matches, so the chunk is never fetched for unauthorised users.

All Angular MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as