Chapter 5: Building a Web-Based Frontend Application with Angular
In the previous chapters, we completed our multiplatform backend on Node.js, Java, Python, and .NET Core. These backends have exposed the required endpoints that will be used by the frontend to create and update data. To develop our frontend application, we have selected Angular, and this chapter will focus on taking you through the development of our web application's frontend using Visual Studio Code (VS Code).
Since the focus of our book is on utilizing VS Code, we will not be able to go into a lot of detail about Angular, but we will make sure that if you follow the chapter, you will end up creating the frontend application.
Whatever is used to develop the frontend application will be explained in reasonable detail so that you can follow along and experience developing the application in VS Code. As you will have understood by now, our objective is to make you comfortable with the development environment...