AngularJS Angular 2 First Steps All the examples in this blog post are using TypeScript, since Angular 2 recommends to use it. We will try to keep this post as up to date as possible.
JavaScript Webpack Module Bundler What is Webpack? Webpack is a module bundler. It takes Modules with dependencies and generates static assets representing those modules. The official webpack docs are somewhat difficult to process, so