loopback4-microservice-catalog
loopback4-microservice-catalog copied to clipboard
@soruceloop/cli: RepositoryMixin and ServiceMixin missing while creating any kind of service
trafficstars
Describe the bug RepositoryMixin and ServiceMixin missing while creating service using @soruceloop/cli
To Reproduce Steps to reproduce the behavior:
- create any type of service using @sourceloop/cli
- go to applicatio.ts
- check for Mixins
Expected behavior There should be RepositoryMixin and ServiceMixin as they come while doing the lb4 app