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

@ -4,6 +4,8 @@
Angular website based in Teamfight Tactics champions sinergies and combinations.
Champion pool not updated.
It can be tested at: https://tftpaths.com
### Install libraries
```bash
npm i

View file

@ -35,7 +35,7 @@ export class PoolComponent implements OnInit, OnDestroy {
) {
this.subscription = this.poolService.setChampions().subscribe( (data: DataToShare) => {
if (data) {
const {champions, roles, rolesPool, bonusesPool, noChampSelected, teamSize } = data;
const {champions, roles, rolesPool, bonusesPool, noChampSelected, teamSize} = data;
this.champions = champions;
this.roles = roles;
this.rolesPool = rolesPool;