JSON Pipe

In this lesson, we'll learn how to use the JSON pipe.

We'll cover the following...

There’s one last pipe I want to go over before we dive into creating custom pipes. Angular has a pipe called the JsonPipe. Here’s the link to the documentation: https://angular.io/api/common/JsonPipe.

According to the description, it’s useful for debugging. ...