Getting data from JsonForms (angular)

How do you get the Json data in Angular? I tried the method in the answer linked below but I couldn’t get it to work. Does it live in the core state somewhere, or on the JsonFormsAngularService?

https://spectrum.chat/jsonforms/general/get-the-data-from-json-forms~1daf46af-3e31-41e2-9d77-28899393f027

[original thread by henry-oconnor]

Hi @henry-oconnor(henry-oconnor) ,
if you use the latest JSONForms you can use two way databinding for the data see: https://github.com/eclipsesource/jsonforms/blob/78007189f244a34ba390debfd5246391e59fdac6/packages/angular-material/example/app/app.component.ts#L74

[henry-oconnor]

Thank you, that worked!