Routes

Routes

Stable Type-alias

What it does

Represents router configuration.

Interface Overview

interface Routes {
}

Interface Description

Routes is an array of route configurations. Each one has the following properties:

  • path is a string that uses the route matcher DSL.
  • pathMatch is a string that specifies the matching strategy.
  • matcher defines a custom strategy for path matching and supersedes path and pathMatch.