We have an existing Angular application where we want to utilize the Constellation SDK feature and render the pega case type screens for user to create cases.
We should be able to utilize the pega constellation UI to be rendered in existing Angular application. There could be a requirement where client can have their own components overridden on top of existing components as well in future.
I went through the below link where it was mentioned about this approach but not much in detail about what all assets have to be taken out of the SDK project and place in our angular application so that we can utilize the SDK features
We have tried the approach in our local system with the details we have (Copying sdk.config.json, copying necessary library packages, etc). We were able to create the case but were unable to render the UI. Seems that some packages are missing or the configuration is not proper.
Is there an installation guide available where we have step by step process to achieve this.
Appreciate your time taken to read and respond on this topic.
But both @oveni and @Josh_Helmbrecht covered parts on DX Components inside an SDK Context about 1 hour in.
@oveni also posted the full videos on our User Experience Expert Circle that covered end to end lifecycles (they only covered it for about 3 minutes on the webinar):
Went through the video and demo given by Shipra Gupta @gupts2 once again in the below link,
and finally i was able to render the pega case type using the SDK package in an external angular application.
It took around 5 hours to understand the structure and changes to be integrated into the angular application. But it’s worth spending time
I will soon create and post an article with a step by step process of the work i have done so that it would be easy for anyone who is interested to work on the same.