How to apply custom theme in Constellation SDK angular application?

Hello Everyone,

I have an angular application which utilizes the SDK package/feature to create cases from the pega case type configured powered as mashup on the UI.

Is there a possibility to pass a custom themeID in the D_pxBootstrapConfig DPage call when the application loads. This custom theme has been configured in Pega with client’s UI design system.

Before going to the external angular application, i tried lot of options in the standard Constellation SDK angular project first to see if i can do something. But no luck until now.

Any information on this is highly appreciated.

Regards

JC

@JayachandraSiddipeta What version of Inifnity/SDK are you using? In your use case is it Material UI you are using as the design system?
Today entire SDK theming is done on the SDK repository and we dont pick the theme configured in Constellation as thats in accordance with constellation design system. Anyone using an SDK - assumption would be they are using their enterprise design system and hence the theming accordingly should be done at the SDK component level.

Please take a look here Constellation Flexible UI - Knowledge Share - Pega Forums. For SDK development themeID is not used. It is a custom ui development with SDKs.

1 Like

@gupts2 @Kamil_Janeczek Appreciate your quick feedback and explanation. It’s clear now.

Regards

JC