ThingWorx Web Component SDK for Angular
I am working on developing a custom widget for ThingWorx using **Angular 17**. I have created an Angular Element and successfully generated the build output (main.js, runtime.js, polyfills.js, etc.).
Now I want to package this as a proper ThingWorx widget (extension) using the Web Component SDK.
However, I donโt have the **ThingWorx Web Component SDK** that includes the necessary CLI utility and scripts like:
- `devops/wcp_components.js`
- `cli.js` for packaging the widget
Because of this, I'm unable to generate the required `metadata.xml`, widget JSON, and other files needed for import into ThingWorx Composer.
### My Request:
- Can someone please share the **official way to download the ThingWorx Web Component SDK** for Angular?
- Or provide a working copy (ZIP or repo)?
- Any documentation link or setup guide would be helpful too.
Iโm not using Lit or other frameworks โ this is strictly for Angular-based widgets.

