Writing Angular with Webpack and es6
In this article we will cover building out a simple Angular application with some of the new features provided by es6/es2015. The application we’re building will fetch a list of GitHub repos for a particular user (using the popular Angular service $resource). As we…