Closed sunel closed 6 years ago
Hi! Can you share your controller?
This problem is when you get from server a resource or collection with a type not a service with the same resource type injected on controller.
public constructor(
protected authorsService: AuthorsService
) {
authorsService.get(); // return a resrouce with type, for example, 'books', and book are not registered
}
i a, getting below error when calling the Service