Skip to content

Commit 605efd1

Browse files
EvilAlexeivalorkin
authored andcommitted
fix(demo-sidebar): remove list duplicate from sidebar (#4201)
1 parent d562e05 commit 605efd1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

demo/src/app/common/sidebar/sidebar.component.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ <h4 class="sidebar-title">Components</h4>
2828
[routerLinkActiveOptions]="{exact: true}">
2929
<a routerLink="/{{route.path}}">{{route.data[0]}}</a>
3030
</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>
3631
</ul>
3732
</div>
3833
</div>

0 commit comments

Comments
 (0)