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 45c80c7 commit fe591e4Copy full SHA for fe591e4
tests/fixtures/inversify-async/ioc.ts
@@ -15,7 +15,7 @@ container.bind('error').toFactory(() => {
15
container.bind<AsyncErrorController>(AsyncErrorController).to(AsyncErrorController).inSingletonScope();
16
17
const iocContainer = {
18
- async get<T>(controller: interfaces.ServivceIdentifier ): Promise<T> {
+ async get<T>(controller: interfaces.ServiceIdentifier<T>): Promise<T> {
19
return container.get(controller);
20
},
21
};
0 commit comments