Help Angular by taking a 1 minute survey!Go to surveyHome

RequestMatch

Defines a matcher for requests based on URL, method, or both.

      
      interface RequestMatch {
  method?: string
  url?: string
}
    

Properties

Property Description
method?: string
url?: string