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 b6d6872 commit 5674f20Copy full SHA for 5674f20
content/recipes/swc.md
@@ -199,7 +199,7 @@ For all [circular dependency injections](/fundamentals/circular-dependency) in y
199
export class UserService {
200
constructor(
201
@Inject(forwardRef(() => ProfileService))
202
- private readonly mainServicesService: WrapperType<ProfileService>,
+ private readonly profileService: WrapperType<ProfileService>,
203
) {};
204
}
205
```
0 commit comments