Discussion
Pegasystems Inc.
US
Last activity: 29 Jun 2022 8:58 EDT
Angular SDK update – SDK-A.87.1 now available!
A new release of the Angular SDK is now available – SDK-A.87.1
Marketplace download: https://community.pega.com/marketplace/components/angular-sdk
Github code repository: https://github.com/pegasystems/angular-sdk
Updates include:
- Added support for Infinity 8.7.2
- Upgraded to use Angular 13
- Added use of npm dependency to get necessary ConstellationJS Engine files (see package.json @pega/constellationjs dependency). You no longer need to get and unzip files from the Marketplace download!
- Added playwright smoke tests that can be run against the MediaCo sample app
- Improvements to auth code and to make it easier to deploy the SDK on a different web server (ex: Tomcat)
- The Angular SDK does not include every component that a Constellation application supports. At this time, we provide the most commonly used components to get you started with your application.
Background:
The Angular SDK includes a bridge and DX components that connect the ConstellationJS Engine to an Angular-based design system. The SDK provides a front-end developer friendly NodeJS environment for building an application’s UI using a different design system than Cosmos React. The alternative design system used in the Angular SDK is Angular Material.