Chapter 2. The main artifacts of an Angular app

This chapter covers

  • Understanding components, directives, services, modules, and pipes
  • Generating components, directives, services, and routes with Angular CLI
  • Looking at Angular data bindings
  • Building the first version of the ngAuction app

In this chapter, we’ll start by explaining the roles of the main artifacts of Angular applications. We’ll introduce you to each one and show how Angular CLI can generate these artifacts. Then we’ll do an overview of the Angular CLI configuration file where you can modify your project settings.

After that, we’ll discuss how data binding is implemented in Angular. At the end of the chapter, you’ll develop the initial version of the ngAuction application that ...

Get Angular Development with TypeScript, Second Edition 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.