fix(Typings): Output public constructors in .d.ts files
Closes #3926. Closes #3963
This commit is contained in:
@ -22,6 +22,13 @@ export {
|
||||
IterableDifferFactory,
|
||||
KeyValueDiffers,
|
||||
KeyValueDiffer,
|
||||
KeyValueDifferFactory
|
||||
|
||||
} from './change_detection/change_detection';
|
||||
KeyValueDifferFactory,
|
||||
Lexer,
|
||||
Parser,
|
||||
ChangeDispatcher,
|
||||
BindingTarget,
|
||||
DirectiveIndex,
|
||||
DebugContext,
|
||||
ProtoChangeDetector
|
||||
} from 'angular2/src/core/change_detection/change_detection';
|
||||
export * from 'angular2/src/core/change_detection/parser/ast';
|
||||
|
Reference in New Issue
Block a user