Summary
With this, we have reached the end of this chapter. Let’s have a recap of the valuable things you have learned; you have learned about the concepts and fundamentals of Angular and, at the same time, how to scaffold an Angular project and create components, directives, and modules using the Angular CLI. You have also learned some of the best practices for organizing our Angular components, modules, and other parts of our Angular project. This will be very useful for the maintainability of the project, especially for enterprise applications.
In the next chapter, we will learn how to build Reactive forms, essential form control, and grouping form controls in Angular. We will also implement FormBuilder
and validate form input.