cleanshave
cleanshave copied to clipboard
ASP.NET Core (RC1) and Angular 2 SPA Template
I can get it working from the command line (`npm start`) but when I open the project with Visual Studio I'm in a world of hurt. Out the bat it...
To avoid potential naming conflicts with npm, npmcdn.com is being renamed to unpkg.com. This is an automated pull request to update your project to use the new domain.
Now with the RC Angular is no longer bundled as a single .js file....
[browser.d.ts](https://github.com/typings/typings/issues/151) [beta6](https://github.com/angular/angular/issues/7038) I am getting errors related to the above and over a 100 pointing to promise.d.ts TS2661 Build: Cannot re-export name that is not defined in the module. I...
I ran this repo with dotnet restore and had the same errors when I tried it with trails. Guess the dependencies have changed and Program.cs now has a Main Method....