Polskie nazwy.
This commit is contained in:
parent
2d419fd971
commit
b2d9040016
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
<h1>Kursy walutowe</h1>
|
||||
<h1>Kursy </h1>
|
||||
|
||||
<!-- The routed views render in the <router-outlet>-->
|
||||
<router-outlet />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
import { HttpClient } from '@angular/common/http';
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@
|
|||
<ul class="nav nav-tabs card-header-tabs">
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" aria-current="true" href="/group/all">All</a>
|
||||
<a class="nav-link active" aria-current="true" href="/group/all">Wszystko</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/group/commodities">Commodities</a>
|
||||
<a class="nav-link" href="/group/commodities">Metale</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/group/currency">Currency</a>
|
||||
<a class="nav-link" href="/group/currency">Waluta</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue