@smals-belgium-shared/vidis-delivered-medication-detail 3.0.2-snapshot.0 → 3.0.2-snapshot.2
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/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -110,36 +110,6 @@ This web component provides users with a comprehensive prescription details. The
|
|
|
110
110
|
```
|
|
111
111
|
|
|
112
112
|
|
|
113
|
-
## Demo Mode Setup
|
|
114
|
-
|
|
115
|
-
To use the demo mode, ensure demo assets are accessible at _http(s)://[web-component-host]/assets_.
|
|
116
|
-
|
|
117
|
-
### Angular Configuration
|
|
118
|
-
|
|
119
|
-
To incorporate demo assets into your Angular application, modify your _angular.json_ file as follows:
|
|
120
|
-
|
|
121
|
-
```json
|
|
122
|
-
{
|
|
123
|
-
"projects": {
|
|
124
|
-
"your-angular-app": {
|
|
125
|
-
"architect": {
|
|
126
|
-
"build": {
|
|
127
|
-
"options": {
|
|
128
|
-
"assets": [
|
|
129
|
-
{
|
|
130
|
-
"glob": "**/*",
|
|
131
|
-
"input": "./node_modules/[package-name]/assets/demo",
|
|
132
|
-
"output": "/assets/"
|
|
133
|
-
}
|
|
134
|
-
]
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
```
|
|
142
|
-
|
|
143
113
|
## Versioning
|
|
144
114
|
|
|
145
115
|
This project follows [Semantic Versioning][Semver]. Each release is categorized by major, minor, and patch updates. Significant changes that may break existing integrations will be introduced with major versions. Please check [CHANGELOG.md](CHANGELOG.md) file for more info.
|