A starter project and small example of how to write Components and Services in ES6.
git clone https://github.com/nigelgilbert/ng2-webpack.git
npm install
npm run watch
- Check out localhost:8080 to edit your Angular 2 app on webpack's dev server.
Uses Webpack and Babel to transpile the "@" decorators to ES2015 javascript. Also makes use of Webpack's dev server for live reloading changes during app development.