I am getting error in aync that 'async' modifier cannot be used here
private async getValue= (acc: Access): void => { await this.service.getForm(''); }
Seems like i am doing wrong in method declaration.private async getValue= (acc: Access): void => {