@angular/router

GuardResult

Type Alias

The supported types that can be returned from a Router guard.

  
    type GuardResult = boolean | UrlTree | RedirectCommand
  
  
Jump to details