Does anyone have an angular 14/15 version of the d...
# talk-kratos
c
Does anyone have an angular 14/15 version of the demo-ui-node code ?
l
I built something like this myself, and I found the kratos react nextjs application to be a good template for building UI for Ory flows in angular. I basically just translated the Ory flow & node components to Angular components using Angular Material/the @ory/client package and reactive forms. I found some of the customisation elements in the nextjs app lacking, e.g. no form ordering, no icons, no row/column layout settings, so I also build my own service which uses a config tree to configure the form's appearance by generating my own NodeGroup components which sat between Forms and UI Nodes. The NodeGroups contained UI nodes, the config for the layout of that group (classes, icon and the children node groups). Id share this example but its not fully done and also pretty built into my current project.
c
sounds awesome. However, you, Sir, are a tease 🤣