chore(ts2dart): update ts2dart to 0.7.24

This commit is contained in:
Alex Eagle
2016-02-12 14:21:15 -08:00
parent 3478d5d450
commit ae275fa4e4
7 changed files with 24 additions and 12 deletions

View File

@ -33,7 +33,7 @@ class PromiseStrategy {
var _promiseStrategy = new PromiseStrategy();
var _observableStrategy = new ObservableStrategy();
var __unused: Promise<any>; // avoid unused import when Promise union types are erased
/**
* The `async` pipe subscribes to an Observable or Promise and returns the latest value it has