// Typings needed for compilation with --target=es5 /// /// // Workaround for https://github.com/ReactiveX/RxJS/issues/1270 // to be removed when angular2 upgrades to rxjs beta.2 declare type PromiseConstructor = typeof Promise;