Issue: src/app/app.component.ts:43:19 - error TS2339: Property 'set' not found on type 'Config'. [ERROR] [ERROR] 43 this.config.set('backButtonText', this.translateService.instant('button.back'));
Below is the corresponding code snippet
this.config.set('backButtonText', this.translateService.instant('button.back'));
Recently upgraded from Ionic 5 to 6, using Angular version 13