@smals-belgium-shared/vidis-delivered-medication-detail 3.0.1 → 3.0.2-snapshot.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/assets/main-DpFtNzBo.js +38 -0
- package/delivered-medication-detail.js +1 -1
- package/package.json +1 -1
- package/assets/main-CICJLReq.js +0 -37
package/README.md
CHANGED
|
@@ -110,11 +110,11 @@ This web component provides users with a comprehensive prescription details. The
|
|
|
110
110
|
```
|
|
111
111
|
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
## Demo Mode Setup
|
|
114
114
|
|
|
115
115
|
To use the demo mode, ensure demo assets are accessible at _http(s)://[web-component-host]/assets_.
|
|
116
116
|
|
|
117
|
-
|
|
117
|
+
### Angular Configuration
|
|
118
118
|
|
|
119
119
|
To incorporate demo assets into your Angular application, modify your _angular.json_ file as follows:
|
|
120
120
|
|