We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d562e05 commit 605efd1Copy full SHA for 605efd1
demo/src/app/common/sidebar/sidebar.component.html
@@ -28,11 +28,6 @@ <h4 class="sidebar-title">Components</h4>
28
[routerLinkActiveOptions]="{exact: true}">
29
<a routerLink="/{{route.path}}">{{route.data[0]}}</a>
30
</li>
31
- <li *ngFor="let route of routes | slice:2 | SearchFilter:search.text"
32
- [routerLinkActive]="['active']"
33
- [routerLinkActiveOptions]="{exact: true}">
34
- <a routerLink="/{{route.path}}">{{route.data[0]}}</a>
35
- </li>
36
</ul>
37
</div>
38
0 commit comments