Added domain link and fix

This commit is contained in:
Daniel Rodriguez 2021-09-27 23:04:56 +02:00
parent 2e4d34599f
commit 2d73d969b9
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -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;