We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9433a commit ebf4be3Copy full SHA for ebf4be3
README.md
@@ -127,8 +127,6 @@ export class PostRepository {
127
You can also inject custom `Repository` of some Entity. To make this work have to create the class which extends the
128
generic `Repository<T>` class and decorate it with `EntityRepository<T>` decorator.
129
130
-Example using constructor injection:
131
-
132
```typescript
133
import { Service } from 'typedi';
134
import { Repository, EntityRepository } from 'typeorm';
0 commit comments