Enumah Ikechukwu

Results 2 comments of Enumah Ikechukwu

Yes, I came across a workaround for this.

#### Component @ViewChild('json') jsonElement?: ElementRef | any; @ViewChild('formio') formio:any; public form: any = { components: [ ] }; constructor() { } ngOnInit(): void { } saveForm(){ this.jsonElement.nativeElement.innerHTML = ''; this.jsonElement.nativeElement.appendChild(document.createTextNode(JSON.stringify(this.formio.form,...