We are using Angular and can get basic custom components working inside builder, however we are struggling with more advanced components as much of the advanced documentation / examples are React based (Don’t have much experience with React).
Ideally we would like to use an Angular Material based design system. I.e. Accordion, Tabs, Buttons, Custom “Section” component etc.
In particular we are struggling with how to implement children or groups of children (i.e. Tabs).
I’m sure we could eventually get there by going through react the source code / documentation & figuring out how to do it in Angular, but to save us a bit of time I thought I would ask if anyone has any experience with the above.
Hey Kara,
Do you have an exact list of functionality you do & don’t support in the Angular SDK ? The documentation & the actual component decorator itself alluded to the fact that you do support children ?
We actually started with Angular and love it as much as React, multiple enterprise customers actively use our Angular SDK. The limitation comes from Angular’s lack of support for dynamic tags, which React excels at, as a result there will be a limitation that you won’t be able to SSR your custom components in Builder content, if rendering on the server matters to you.
Is there anything in particular that is blocking you @cseaman?