docs(router): fix typo for the equivalent exactMatchOptions
value (#41075)
When `Router.isActive` is called with `true` the `exactMatchOptions` value is set for this case. PR Close #41075
This commit is contained in:
parent
84b8f250f9
commit
9ae0faa00a
@ -357,7 +357,7 @@ type LocationChangeInfo = {
|
||||
};
|
||||
|
||||
/**
|
||||
* The equivalent `IsActiveUrlTreeOptions` options for `Router.isActive` is called with `false`
|
||||
* The equivalent `IsActiveUrlTreeOptions` options for `Router.isActive` is called with `true`
|
||||
* (exact = true).
|
||||
*/
|
||||
export const exactMatchOptions: IsActiveMatchOptions = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user