Quickstart angular 4 and asp.net mvc 5
This repo base on https://github.com/angular/quickstart
- Changed src folder to AngularSrc
- Added one line to RouteConfig.cs
- Moved tsconfig.json to root and change module value to 'commonjs'.
- Removed non-essential files.
- Replaced index.cshtml with quickstart index.html (with some changes)(layout set to null for simplifying)
- minor change on systemjs.config.js
You can compare this quickstart with angular quickstart. https://github.com/angular/quickstart
Don't forget to run this code inside package console mangert on root path of project.(Or Re-save package.json with vs)
npm install