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 7236952 commit 79685dbCopy full SHA for 79685db
packages/context/src/factory/container.ts
@@ -20,7 +20,8 @@ export class Container extends XmlApplicationContext implements IContainer {
20
this.registerObjectPropertyParser();
21
}
22
23
- bind<T>(target: T, options?: ObjectDefinitionOptions): void ;
+ bind<T>(target: T, options?: ObjectDefinitionOptions): void;
24
+ bind<T>(identifier: ObjectIdentifier, target: T, options?: ObjectDefinitionOptions): void;
25
bind<T>(identifier: ObjectIdentifier, target: T, options?: ObjectDefinitionOptions): void {
26
let definition;
27
// definition.autowire = true;
0 commit comments