IsActiveMatchOptions
interface
A set of options which specify how to determine if a UrlTree
is active, given the UrlTree
for the current router state.
API
interface IsActiveMatchOptions { fragment: "exact" | "ignored";}}
Jump to details
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";}}