Within the AppData, it is missing the Service/Injectable decorator which is failing to Inject when fetching the data resulting in a 404. Expected ``` @Injectable({ providedIn: 'root', }) export class AppData implements InMemoryDbService { ```
Within the AppData, it is missing the Service/Injectable decorator which is failing to Inject when fetching the data resulting in a 404.
Expected