
Angular & Cumulocity IoT Plattform
Die folgenden Themen werden hier beschrieben: Installation der Cumulocity IoT Plattform (C8Y) CLI Projekt Erstellung via C8Y CLI Erstellung von Komponenten Erstellung einer Navigation (Routing) Custom Branding & Verwendung von Bootstrap 4 statt 3 (default) Zunächst einmal benötigen wir die Cumulocity (C8Y) Angular CLI (Command Line Interface). Die CLI können wir wie folgt installieren: npm install -g @c8y/cli Anhand der C8Y CLI kann ein neues Projekt wie folgt erstellt werden: c8ycli new myApp ...

