How do I add C8Y CLI to an Angular Project?

Hi Lucas,

the combination of:

  • node 14.21.3
  • angular 14
  • @c8y/cli 1016.0.324

should work and I tested it on my end:

npm install -g @angular/cli@v14-lts
ng new my-first-iot-project
cd my-first-iot-project
ng add @c8y/cli@1016.0.324

Newer documentation regarding the WebSDK (at least compared to the linked one in 1004.6.0) can be found here: Development tools - Cumulocity IoT Guides

Regards,
Tristan