@smals-belgium-shared/vidis-diarynote 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-BcyoNaNK.js +58 -0
- package/diarynote.js +1 -1
- package/package.json +1 -1
- package/assets/main-B_GYZDVv.js +0 -60
package/README.md
CHANGED
|
@@ -128,11 +128,11 @@ The main view displays a list of all diary notes that have been created by the p
|
|
|
128
128
|
```
|
|
129
129
|
|
|
130
130
|
|
|
131
|
-
|
|
131
|
+
## Demo Mode Setup
|
|
132
132
|
|
|
133
133
|
To use the demo mode, ensure demo assets are accessible at _http(s)://[web-component-host]/assets_.
|
|
134
134
|
|
|
135
|
-
|
|
135
|
+
### Angular Configuration
|
|
136
136
|
|
|
137
137
|
To incorporate demo assets into your Angular application, modify your _angular.json_ file as follows:
|
|
138
138
|
|