dart-archive / ts2dart

ts2dart TypeScript to Dart transpiler
Apache License 2.0
180 stars 61 forks source link

feat: support loading rxjs from node_modules. #316

Closed mprobst closed 8 years ago

mprobst commented 8 years ago

Angular no longer declares Observable itself, but rather re-exports from rxjs/Observable. This change adjusts to the new location, and also supports loading from node_modules.