{"id":22059182,"url":"https://github.com/pegasystems/angular-sdk-components","last_synced_at":"2025-03-23T17:13:22.204Z","repository":{"id":222792698,"uuid":"649841163","full_name":"pegasystems/angular-sdk-components","owner":"pegasystems","description":"The Angular SDK Components repo is used to create the @pega/angular-sdk-components and @pega/angular-sdk-overrides npm packages used by the Pega Constellation Angular SDK. These packages provide the initial set of components used by the Angular SDK to render DX Components with a design system other than Pega Constellation design system.","archived":false,"fork":false,"pushed_at":"2025-03-18T10:46:23.000Z","size":8006,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-18T11:38:11.760Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://community.pega.com/marketplace/components/angular-sdk","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pegasystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-05T18:54:00.000Z","updated_at":"2024-12-26T16:54:13.000Z","dependencies_parsed_at":"2025-01-28T23:09:49.252Z","dependency_job_id":"4e52c57e-e3a3-4766-bda6-ee28d5d32053","html_url":"https://github.com/pegasystems/angular-sdk-components","commit_stats":null,"previous_names":["pegasystems/angular-sdk-components"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Fangular-sdk-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Fangular-sdk-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Fangular-sdk-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Fangular-sdk-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pegasystems","download_url":"https://codeload.github.com/pegasystems/angular-sdk-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245136405,"owners_count":20566588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-30T17:27:26.895Z","updated_at":"2025-03-23T17:13:22.159Z","avatar_url":"https://github.com/pegasystems.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=60% src=\"docs/media/AngularSDK-Logo.png\"\u003e\n\n# Angular SDK Components\n\nThe **Angular SDK Components** repo is used to create the [**@pega/angular-sdk-components**](https://www.npmjs.com/package/@pega/angular-sdk-components)\nand [**@pega/angular-sdk-overrides**](https://www.npmjs.com/package/@pega/angular-sdk-overrides) npm packages\nused by the Pega [**Constellation Angular SDK**](https://community.pega.com/marketplace/component/angular-sdk).\nThese packages provide the initial set of components used by the **Angular SDK** to render DX Components with\na design system other than Pega Constellation design system.\n\nThis repository is provided to allow **Angular SDK** users easier access to the source code for\nthe DX Components that are in the npm packages mentioned above. As a public repo, we expect\nthat most users will use it as a reference to review and learn from the code that's in the\nnpm packages.\n\nTo create a project to use the Constellation Angular SDK, please use the **Angular SDK**. You can get started\nwith the Angular SDK using the information (including pointers to online documentation) at\n[**Pega Community**](https://community.pega.com/marketplace/component/angular-sdk) and the Angular SDK code\non [**GitHub**](https://community.pega.com/marketplace/component/angular-sdk).\n\n## Packages in this repo\n\n* [**angular-sdk-components**](https://www.npmjs.com/package/@pega/angular-sdk-components) \u003cbr /\u003e\nThis package contains the source code for the Pega-provided **bridge** (in src/bridge)\nfrom the [**ConstellationJS Engine**](https://www.npmjs.com/package/@pega/constellationjs) to\nthe **DX components** (in src/components). The DX Components are a reference implementation that\nuses the [Angular Material](https://v15.material.angular.io/) design system. The bridge and components are\npublished in the [**@pega/angular-sdk-components**](https://www.npmjs.com/package/@pega/angular-sdk-components)\nnpm module.\n\n* [**angular-sdk-overrides**](https://www.npmjs.com/package/@pega/angular-sdk-overrides) \u003cbr /\u003e\nScripts in this repo process the components in the **angular-sdk-components** package to provide\nan initial implementation for SDK users who want to **override** the Angular SDK's Pega-provided\nimplementation. The source code for these override components is published in the\n[**@pega/angular-sdk-overrides**](https://www.npmjs.com/package/@pega/angular-sdk-overrides) npm module.\n\n\n\u003chr /\u003e\n\n## License\n\nThis project is licensed under the terms of the **Apache 2** license.\n\nYou can see the full license [here](LICENSE) or directly on [apache.org](https://www.apache.org/licenses/LICENSE-2.0).\n\n\n\u003chr /\u003e\n\n## Contributing\n\nWe welcome contributions to the Anguar SDK Components project.\n\nRefer to our [guidelines for contributors](./docs/CONTRIBUTING.md) if you are interested in contributing to the project.\n\n\u003chr /\u003e\n\n## Additional Resources\n\n* [Constellaton Angular SDK on Pega Community](https://community.pega.com/marketplace/component/angular-sdk)\n* [Constellation Angular SDK code](https://github.com/pegasystems/angular-sdk)\n* [Constellation SDKs Documentation](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/constellation-sdks.html)\n* [Troubleshooting Constellation SDKs](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/troubleshooting-constellation-sdks.html)\n* [MediaCo sample application](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/mediaco-sample-application.html)\n* [Angular 15](https://angular.io/)\n* [Angular Material](https://v15.material.angular.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpegasystems%2Fangular-sdk-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpegasystems%2Fangular-sdk-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpegasystems%2Fangular-sdk-components/lists"}