• 概要
@angular/router

Routes

Type Alias
stable

Represents a route configuration for the Router service. An array of Route objects, used in Router.config and for nested route configurations in Route.children.

API

    
      type Routes = Route[]
    
    
Jump to details