
Angular & Cumulocity IoT Platform
The following topics are covered here: Installation of the Cumulocity IoT Platform (C8Y) CLI Project creation via the C8Y CLI Creation of components Setting up navigation (routing) Custom branding & using Bootstrap 4 instead of 3 (default) First of all, we need the Cumulocity (C8Y) Angular CLI (Command Line Interface). We can install the CLI as follows: npm install -g @c8y/cli Using the C8Y CLI, a new project can be created as follows: c8ycli new myApp ...

