angular/modules/angular2/src/facade/facade.dart
Igor Minar 4a43230de4 fix(core): various dart-specific fixes for core and facades
For some reason these showed up only now in internal Dart analyzer output.
2015-11-11 11:45:58 -08:00

7 lines
242 B
Dart

library angular2.src.facade.facade;
// Public API for Facade
export "lang.dart" show Type;
export "async.dart" show Stream, EventEmitter;
export "exceptions.dart" show WrappedException;
export "exception_handler.dart" show ExceptionHandler;