@dsivd/prestations-ng 14.5.14 → 14.5.15-beta1
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
CHANGED
|
@@ -4,6 +4,8 @@ Best practice guide online in our DSI WiKi at [https://portail.etat-de-vaud.ch/o
|
|
|
4
4
|
|
|
5
5
|
An implementation of [Foehn](https://dsi-vd.github.io/foehn-design-system/) with Angular for [PrestaKit](https://www.vd.ch/prestakit/).
|
|
6
6
|
|
|
7
|
+
The generated documentation of our entire library is available online at [https://dsi-vd.github.io/prestations-ng/generateddoc](https://dsi-vd.github.io/prestations-ng/generateddoc)
|
|
8
|
+
|
|
7
9
|
The documentation is available online at [https://dsi-vd.github.io/prestations-ng/](https://dsi-vd.github.io/prestations-ng/)
|
|
8
10
|
|
|
9
11
|
- If you're using **Angular 12**, use `@dsivd/prestations-ng` at version `^14.5.0`.
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"ng-update": {
|
|
37
37
|
"migrations": "./schematics/migration-collection.json"
|
|
38
38
|
},
|
|
39
|
-
"version": "14.5.
|
|
39
|
+
"version": "14.5.15-beta1",
|
|
40
40
|
"main": "bundles/dsivd-prestations-ng.umd.js",
|
|
41
41
|
"module": "fesm2015/dsivd-prestations-ng.js",
|
|
42
42
|
"es2015": "fesm2015/dsivd-prestations-ng.js",
|
|
Binary file
|