Added threads listing.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-24 12:54:59 +10:00
parent 592509f337
commit 28e0cfb239
21 changed files with 155 additions and 57 deletions

View File

@@ -5,9 +5,10 @@ import { Component } from '@angular/core';
template: `<div>
<h1>Welcome, traveler.</h1>
<nav>
<a routerLink = "">Главная </a>
<a routerLink = "about">О нас </a>
<a routerLink = "boards">Борда </a>
<a routerLink = "">Главная </a>
<a routerLink = "about">О нас </a>
<a routerLink = "board">Тред </a>
<a routerLink = "threads">Борда </a>
</nav>
<router-outlet></router-outlet>
</div>`