Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Updated README and created runtime widget
Browse files Browse the repository at this point in the history
  • Loading branch information
SheethalJR committed Feb 21, 2022
1 parent 04b2b39 commit 9195e73
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 62 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Demo Widget for Cumulocity Project [<img width="35" src="https://user-images.githubusercontent.com/67993842/97668428-f360cc80-1aa7-11eb-8801-da578bda4334.png"/>](https://github.com/SoftwareAG/cumulocity-demo-widget/releases/download/1.2.0/demo-runtime-widget-1.2.0.zip)
# Demo Widget for Cumulocity Project [<img width="35" src="https://user-images.githubusercontent.com/67993842/97668428-f360cc80-1aa7-11eb-8801-da578bda4334.png"/>](https://github.com/SoftwareAG/cumulocity-demo-widget/releases/download/2.0.0/demo-runtime-widget-2.0.0.zip)

This Demo Widget created using Angular Library and later deploy it in App Builder as cumulocity widget. It fetches Inventory data based on the device id and displays the same in a widget.

Expand Down Expand Up @@ -350,7 +350,7 @@ Important: Leave the -CustomWidget on the interleave option, and don't edit the

9. After the build completes the runtime/dist folder will contain a zip file, this is your deployable widget

10. Use Application Builder to install your runtime widget. Download the Demo Runtime Widget [from here](https://github.com/SoftwareAG/cumulocity-demo-widget/releases/download/1.2.0/demo-runtime-widget-1.2.0.zip)
10. Use Application Builder to install your runtime widget. Download the Demo Runtime Widget [from here](https://github.com/SoftwareAG/cumulocity-demo-widget/releases/download/2.0.0/demo-runtime-widget-2.0.0.zip)


On the successful deployment of the widget, login to cumulocity tenant URL and basic login credentials
Expand Down
24 changes: 0 additions & 24 deletions projects/gp-demo-widget/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions projects/gp-demo-widget/karma.conf.js

This file was deleted.

4 changes: 2 additions & 2 deletions projects/gp-demo-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Khushi Khanna - Software AG, Global Presales",
"license": "Apache 2.0",
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14"
"@angular/common": "^11.1.2",
"@angular/core": "^11.1.2"
}
}
2 changes: 1 addition & 1 deletion runtime/cumulocity.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"manifest": {
"noAppSwitcher": true,
"requiredPlatformVersion": "1006.3.0 - 1010.0.8",
"requiredPlatformVersion": ">=1011.0.0",
"version": "2.0.0",
"author": "Darpankumar Lalani - Software AG, Global Presales",
"description": "It fetches Inventory data based on the device id and display the same in a widget.",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
"strictInjectionParameters": true,
"enableIvy": false
}
}

0 comments on commit 9195e73

Please sign in to comment.