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 662da0d commit 5a52c0bCopy full SHA for 5a52c0b
modules/angular2/di.ts
@@ -9,7 +9,7 @@ export * from './src/di/annotations';
9
export * from './src/di/decorators';
10
export * from './src/di/forward_ref';
11
export {resolveBindings, Injector} from './src/di/injector';
12
-export {Binding, ResolvedBinding, Dependency, bind} from './src/di/binding';
+export {Binding, BindingBuilder, ResolvedBinding, Dependency, bind} from './src/di/binding';
13
export {Key, KeyRegistry, TypeLiteral} from './src/di/key';
14
export {
15
NoBindingError,
0 commit comments