Open aaroncalderon opened 8 years ago
seems to be related to the issue: https://github.com/angular/angular/issues/6468
Using sicaner's suggestion solved the issue.
https://github.com/angular/angular/issues/6468#issuecomment-176590156
I solve this problem by adding declare var Promise: PromiseConstructor; on the top of promise.d.ts
seems to be related to the issue: https://github.com/angular/angular/issues/6468
Using sicaner's suggestion solved the issue.
https://github.com/angular/angular/issues/6468#issuecomment-176590156