In this chapter, we are going to learn how to develop a frontend web application with Angular and TypeScript. Just like in the previous chapter, we are going to try to use the backend Node.js application that we previously implemented. The application that we are going to develop is a clone of the frontend application that we developed in the previous chapter.
The features and styling of the application will be identical. However, the implementation will present some significant differences because we are going to use Angular instead of React as our frontend application development framework.
We are not going to go through the requirements of the application that we are going to implement in this chapter because we have covered them already in the preceding chapter.