In the previous chapter, we covered some very powerful features of the framework. However, we can go even deeper into the functionality of Angular's forms module and router. In this chapter, we'll explain how we can perform the following:
- Developing model-driven forms
- Defining parameterized routes
- Defining child routes
- Using the HTTP module for communication with RESTful APIs
- Transforming data with custom pipes
We will explore all these concepts in the process of extending the functionality of the "Coders repository" application. At the beginning of the preceding chapter, we mentioned that we will allow the import of developers from GitHub. However, before we implement this feature, let's extend the functionality of the form.