Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The InMemory Data Serive is missing the Service decorator #16

Open
wilferraciolli opened this issue Dec 21, 2023 · 0 comments
Open

The InMemory Data Serive is missing the Service decorator #16

wilferraciolli opened this issue Dec 21, 2023 · 0 comments

Comments

@wilferraciolli
Copy link

wilferraciolli commented Dec 21, 2023

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 {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant