Part 2: Building the Angular Frontend with Realtime Support
In this part, we'll implement the frontend of our application using Angular and Apollo. We'll add routing and navigation between various modules and components.
We'll look at how to integrate the frontend with the backend using Apollo Client, which is designed for sending GraphQL queries and mutations to the server to fetch and write data, and then we'll implement the authentication system.
Following that, we will implement the profile component's functionality by adding the ability to upload the user's photo and cover image, as well as a biography.
We'll add the necessary code to fetch the user that corresponds to a profile URL and render their information on the page and then we'll learn about sending queries to receive paginated posts and comment-related data and mutations to add comments and likes to posts.
This section comprises the following chapters:
- Chapter...