magarcia / generator-angular2-webpack-starter

Yeoman generator for Angular2 Webpack Starter based on https://angularclass.github.io/angular2-webpack-starter/
MIT License
26 stars 4 forks source link

facade/promise.d.ts errors #8

Open aaroncalderon opened 8 years ago

aaroncalderon commented 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