@angular/router

IsActiveMatchOptions

interface

A set of options which specify how to determine if a UrlTree is active, given the UrlTree for the current router state.

  
    interface IsActiveMatchOptions {  fragment: "exact" | "ignored";}}
  
  
Jump to details