Chapter 8. Application Organization and Management

This chapter will cover the following recipes:

  • Composing package.json for a minimum viable Angular 2 application
  • Configuring TypeScript for a minimum viable Angular 2 application
  • Performing in-browser transpilation with SystemJS
  • Composing application files for a minimum viable Angular 2 application
  • Migrating the minimum viable Angular 2 application to Webpack bundling
  • Incorporating shims and polyfills into Webpack
  • HTML generation with html-webpack-plugin
  • Setting up an application with Angular's CLI

Introduction

The Angular 2 project's ambitions goals involve the utilization of a different language with different syntax and constructs, as well as providing high efficiency and modularity. What this means ...

Get Angular 2 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.