简体   繁体   English

can't output json object to html in angular and get pipe error

[英]can't output json object to html in angular and get pipe error

when i write当我写

{{form}}

it's output [object Object] but when i write它是 output [object Object] 但是当我写

{{form | json}}
ERROR TypeError: Converting circular structure to JSON
    --> starting at object with constructor 'TView'
    |     property 'blueprint' -> object with constructor 'LViewBlueprint'
    --- index 1 closes the circle
    at JSON.stringify (<anonymous>)
    at JsonPipe.transform (common.mjs:4605)
    at Module.ɵɵpipeBind1 (core.mjs:22291)
    at UserSettingsFormsComponent_Template (user-settings-forms.component.html:97)
    at executeTemplate (core.mjs:9603)
    at refreshView (core.mjs:9469)
    at refreshComponent (core.mjs:10640)
    at refreshChildComponents (core.mjs:9265)
    at refreshView (core.mjs:9519)
    at refreshComponent (core.mjs:10640)

enter image description here在此处输入图像描述

i found the answer here Angular Json Pipe TypeError: Converting circular structure to JSON it must be writen我在这里找到了答案Angular Json Pipe TypeError: Converting circular structure to Z0ECD11C1D2 be write3BB87401D814

{{form.value|json}}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM