Bones/node_modules/angular2/typings/browser.d.ts

7 lines
337 B
TypeScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
// Typings needed for compilation with --target=es5
///<reference path="./es6-collections/es6-collections.d.ts"/>
///<reference path="./es6-promise/es6-promise.d.ts"/>
// Workaround for https://github.com/ReactiveX/RxJS/issues/1270
// to be removed when angular2 upgrades to rxjs beta.2
declare type PromiseConstructor = typeof Promise;