I have an Angular2 project in visual studio that was working using 2.0.0-beta.0. I have upgraded to 2.0.0-beta.9 and I'm getting build errors.
The first error is:
Cannot find name 'SetConstructor'.
Also in the "TypeScript Virtual Projects " project.
The file is:
MyProject\node_modules\angular2\src\facade\collection.d.ts
As a test I used the package.json from the Quickstart here: https://angular.io/guide/quickstart
Any ideas?