Hi, we are trying to use the web component inside our Angular app, but I can't seem to find a correct way of hooking the component up with our reactive form, so that we can set touched and propagate changes. Are there events available currently that I've missed, or is there other ways to watch for changes on the web component? I didn't yet look at trying to use the Angular component directly because I want to avoid Angular version clashes, but we also want to use the web component within React apps later on. The regular change event could be used, but I'm not sure it it will always work, as that will depend on the actual controls within, and we don't have control over this. Thx in advance.
Hi, we are trying to use the web component inside our Angular app, but I can't seem to find a correct way of hooking the component up with our reactive form, so that we can set touched and propagate changes. Are there events available currently that I've missed, or is there other ways to watch for changes on the web component? I didn't yet look at trying to use the Angular component directly because I want to avoid Angular version clashes, but we also want to use the web component within React apps later on. The regular change event could be used, but I'm not sure it it will always work, as that will depend on the actual controls within, and we don't have control over this. Thx in advance.