Table of Contents

 

Copyright

Brief Table of Contents

Table of Contents

Preface

Acknowledgments

About this Book

About the Cover Illustration

Chapter 1. Introducing Angular 2

1.1. A sampler of JavaScript frameworks and libraries

1.1.1. Feature-complete frameworks

1.1.2. Lightweight frameworks

1.1.3. Libraries

1.1.4. What is Node.js?

1.2. High-level overview of AngularJS

1.3. High-level overview of Angular

1.3.1. Code simplification

1.3.2. Performance improvements

1.4. An Angular developer’s toolbox

1.5. How things are done in Angular

1.6. Introducing the online auction example

1.7. Summary

Chapter 2. Getting started with Angular

2.1. A first Angular application

2.1.1. Hello World in TypeScript

2.1.2. Hello World in ES5

2.1.3. Hello World in ES6

2.1.4. Launching applications

2.2. The building blocks of an Angular application

2.2.1. Modules

2.2.2. Components

2.2.3. Directives

2.2.4. A brief introduction to data binding

2.3.1. An overview of module loaders