• Overview
@angular/router

GuardResult

Type Alias
stable

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

API

  type GuardResult = boolean | UrlTree | RedirectCommand  
Jump to details