How to do dispatching in angular?

Hi,

I am using JsonForms with Angular. I want to have tooltip and highlighting feature on each control. I want to implement a generic renderer which wraps all kinds of renderers (as suggested here). How can we do dispatching in angular? both ResolvedJsonFormsDispatch and JsonFormsDispatch are not available in Angular (Not sure if I am missing something here). Can you please provide some example code ?

Hi @Varun432, dispatching in Angular is done via the jsonforms-outlet .

I’m not sure wrapping the controls for tooltips is the way to go. There are not many primitive renderers anyway, so you could just provide your own text, number etc. renderers and integrate tooltips directly.