You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/techniques/mongo.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,22 +222,16 @@ export class CatsService {
222
222
}
223
223
```
224
224
225
-
It's also possible to inject any `Connection` to the providers:
225
+
To inject a given `Connection`to a custom provider (for example, factory provider), use the `getConnectionToken()` function passing the name of the connection as an argument.
0 commit comments