Skip to content

The InMemory Data Serive is missing the Service decorator #16

Description

@wilferraciolli

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 {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions