SDK-A 23.1.10
Angular SDK release SDK-A 23.1.10 is associated with the release/23.1.10 branch.
On March 20, 2024, a significant update was made to the Angular SDK. The new 23.1.10 release is recommended for new users of the SDK who are targeting Infinity 23.1.1+.
The updates that have been made to the release/23.1.10 branch reflect a significant repackaging of the Angular SDK that addresses 2 key improvements:
-
The DX Component Builder tool for creating custom DX components is fully integrated into the SDK. There is no longer a need to create custom components with a separate tool (in a separate folder structure) and then copy the components into the SDK.
-
The Pega-provided Angular SDK components have been moved into an npm package (@pega/angular-sdk-components) that is a new dependency for the Angular SDK. This means that a new Angular SDK project provides an empty component structure that will only contain the SDK user’s code without the clutter of the Pega provided components. SDK users will add their components to the project by creating custom components or overriding existing Pega components. It also allows for easier updates to the Pega-provided components since updates to the npm package won’t directly affect the SDK user’s code.
For more information, please refer to the documentation links found at https://community.pega.com/marketplace/component/angular-sdk