Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 107 Bytes

pretty-print-json-object-in-template.md

File metadata and controls

6 lines (5 loc) · 107 Bytes

Pretty print json object in template

Use the built-in json pipe:

<div>{{data | json}}</div>