Part 2: Leveraging Angular’s Capabilities
In this part, you will work with more advanced aspects of Angular and see how you can use the features of this framework for the most common tasks in your applications. You will learn about best practices for forms, how to correctly use Angular’s routing mechanism, and finally, how to optimize API consumption using the Interceptor design pattern and the RxJS library.
This part has the following chapters:
- Chapter 6, Handling User Inputs: Forms
- Chapter 7, Routes and Routers
- Chapter 8, Improving Backend Integrations: the Interceptor Pattern
- Chapter 9, Exploring Reactivity with RXJS