ngOnInit(){ this.user = localStorage.getItem(\'user\'); this.accounts.getAccountData(this.user.uid,(res) => { this.playerData = res; }); }