mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-19 08:57:09 +00:00
(FuseNavigation) Added support for new "isActiveMatchOptions" for Basic navigation items; https://github.com/angular/angular/pull/40303
(docs) Updated FuseNavigation documentation
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
link?: string;
|
||||
externalLink?: boolean;
|
||||
exactMatch?: boolean;
|
||||
isActiveMatchOptions?: IsActiveMatchOptions;
|
||||
function?: (item: FuseNavigationItem) => void;
|
||||
classes?: {
|
||||
title?: string;
|
||||
@@ -203,7 +204,21 @@
|
||||
<div>exactMatch</div>
|
||||
</td>
|
||||
<td>
|
||||
Sets the <em>exactMatch</em> parameter on the <em>router link active options</em>.
|
||||
Sets the <em>exact</em> parameter on the <em>[routerLinkActiveOptions]</em>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="font-mono text-md text-secondary">
|
||||
<div>isActiveMatchOptions</div>
|
||||
</td>
|
||||
<td>
|
||||
Sets the <em>isActiveMatchOptions</em> object on the <em>[routerLinkActiveOptions]</em>. If provided, <em>exactMatch</em> option will be
|
||||
ignored.
|
||||
<a
|
||||
href="https://angular.io/api/router/IsActiveMatchOptions"
|
||||
target="_blank"
|
||||
rel="noreferrer">https://angular.io/api/router/IsActiveMatchOptions
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user