@smals-belgium-shared/vidis-prescription-list 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-CL3xvpGY.js +296 -0
- package/package.json +1 -1
- package/prescription-list.js +1 -1
- package/assets/main-DggwrmPp.js +0 -296
package/README.md
CHANGED
|
@@ -110,11 +110,11 @@ The system also enables users to select one or multiple prescriptions from the l
|
|
|
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
|
|