JSON Pipe
Explore how to apply Angular's JSON pipe to output objects as formatted JSON strings in your templates. This lesson helps you understand how to effectively inspect object data within templates for debugging purposes.
We'll cover the following...
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 ...