fix(test_lib): add missing types

This commit is contained in:
Igor Minar
2015-09-03 14:45:25 -07:00
parent f6108c54ec
commit 34deda594f
6 changed files with 22 additions and 15 deletions

View File

@ -28,3 +28,4 @@ export {ComponentRef} from 'angular2/src/core/compiler/dynamic_component_loader'
export {NgZone} from 'angular2/src/core/zone/ng_zone';
export {Observable, EventEmitter} from 'angular2/src/core/facade/async';
export {Predicate} from 'angular2/src/core/facade/collection';