Summary
In this chapter, we completed the frontend of our job order system. We started by giving an introduction to Angular and moved on to discuss the application design. Before starting the development, we set up the environment and installed the Angular CLI.
During this chapter, we learned about how an enterprise-grade application can be developed using Angular in VS Code. We learned about the Angular CLI and how it can be used to speed up the development process. We also learned advanced techniques to enhance app performance and implement security. For styling, we learned how to use the Bootstrap toolkit and enhance the appearance of our application.
In the next chapter, we will look into debugging techniques and explore debugging extensions for the different platforms we have used. We will explore navigation, breakpoints, logpoints, and data inspection, and will also learn about advanced debugging concepts.