• 概要

このサイトでは、サービスの提供とトラフィックの分析のためにGoogleのクッキーを使用しています。

@angular/router

GuardResult

Type Alias

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

API

  
    type GuardResult = boolean | UrlTree | RedirectCommand
  
  
Jump to details