Section 3: User Experience and Testability
This section explains how to use the Angular router and integrate with HTML forms to provide a unique experience to the user, how to style your application using Google Material Design and animations to components, and how to write unit tests to ensure that your components do not break.
This part comprises the following chapters:
- Chapter 7, Navigate through Components with Routing
- Chapter 8, Orchestrating Validation Experiences in Forms
- Chapter 9, Introduction to Angular Material
- Chapter 10, Give Motion to Components with Animations
- Chapter 11, Unit test an Angular App