Skip to content

Commit 5a52c0b

Browse files
committed
docs(di): fix missing export for dgeni docgen
1 parent 662da0d commit 5a52c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/di.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export * from './src/di/annotations';
99
export * from './src/di/decorators';
1010
export * from './src/di/forward_ref';
1111
export {resolveBindings, Injector} from './src/di/injector';
12-
export {Binding, ResolvedBinding, Dependency, bind} from './src/di/binding';
12+
export {Binding, BindingBuilder, ResolvedBinding, Dependency, bind} from './src/di/binding';
1313
export {Key, KeyRegistry, TypeLiteral} from './src/di/key';
1414
export {
1515
NoBindingError,

0 commit comments

Comments
 (0)