This commit is contained in:
10
src/app/pages/nav-bar/nav-bar.component.html
Normal file
10
src/app/pages/nav-bar/nav-bar.component.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<nav>
|
||||
<a routerLink = "">Напоминание </a>
|
||||
<br>
|
||||
<a routerLink = "about">О нас </a>
|
||||
<br>
|
||||
Доски:
|
||||
<div>
|
||||
<a *ngFor="let board of boardsToList" routerLink = "threads" title="{{board.BoardExplainedName}}">{{board.BoardName}}</a>
|
||||
</div>
|
||||
</nav>
|
Reference in New Issue
Block a user