Cannot re-export name that is not defined in the module ‘promise.d.ts’
TypeScript seems to have caused problems on the first line of promise.d.ts complaining that Promise cannot be exported as it is not defined in this file: ERROR in [default] /path/to/project/node_modules/angular2/src/facade/promise.d.ts:1:9 Cannot re-export name that is not defined in the module. I solved this problem by adding following line of code at line number 1 in…
Create SharePoint app for SharePoint 2013 using Angular2 with TypeScript
On 18th of September 2014 was pushed the initial commit of version 2.0 of the AngularJS framework. A few weeks ago the core team at Google, published AngularJS’ 2.0 and gave a couple of talks on ng-conf about their new router, change detection, templating, etc. I’m passionate about AngularJS since its early versions so I…