Function: Repository()
Repository(
type): (target,propertyKey) =>void
Defined in: service-core/src/decorators/DatabaseDecorators.ts:27
Apply this to a property to have the TypeORM Repository for the given entity type injected at instantiation.
Parameters
type
any
The entity type whose repository will be injected.
Returns
(target, propertyKey) => void