Added domain link and fix
This commit is contained in:
parent
2e4d34599f
commit
2d73d969b9
2 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,9 @@
|
||||||
# TFTPaths
|
# TFTPaths
|
||||||
|
|
||||||
Angular website based in Teamfight Tactics champions sinergies and combinations.
|
Angular website based in Teamfight Tactics champions sinergies and combinations.
|
||||||
Champion pool not updated.
|
Champion pool not updated.
|
||||||
|
|
||||||
|
It can be tested at: https://tftpaths.com
|
||||||
|
|
||||||
### Install libraries
|
### Install libraries
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ export class PoolComponent implements OnInit, OnDestroy {
|
||||||
) {
|
) {
|
||||||
this.subscription = this.poolService.setChampions().subscribe( (data: DataToShare) => {
|
this.subscription = this.poolService.setChampions().subscribe( (data: DataToShare) => {
|
||||||
if (data) {
|
if (data) {
|
||||||
const {champions, roles, rolesPool, bonusesPool, noChampSelected, teamSize } = data;
|
const {champions, roles, rolesPool, bonusesPool, noChampSelected, teamSize} = data;
|
||||||
this.champions = champions;
|
this.champions = champions;
|
||||||
this.roles = roles;
|
this.roles = roles;
|
||||||
this.rolesPool = rolesPool;
|
this.rolesPool = rolesPool;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue