Added one button
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-04 02:40:33 +10:00
parent d702e01f16
commit ccef7fb86f
18 changed files with 303 additions and 43 deletions

View 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>