Chapter 9: Uploading Images and Adding Posts

In the previous chapter, we finished implementing the authentication system by adding the authentication guard and unit tests.

In this chapter, we will start implementing the profile component's functionality. We'll add the necessary code to fetch the user that corresponds to a profile URL and render their information on the page, including the ability to upload the user's photo and cover image, as well as adding a biography.

We'll use extra tools such as GraphQL Code Generator to generate code and automatically infer variable and result types rather than manually specifying them, which keeps our code clean, maintainable, and scalable.

We will cover the following topics:

  • Image uploading with Angular ...

Get Full Stack Development with Angular and GraphQL now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.