@dsivd/prestations-ng
An implementation of Foehn with Angular for PrestaKit.
The documentation is available online at https://dsi-vd.github.io/prestations-ng/
- If you're using Angular 5, use
prestations-ng
at version ^7
. - If you're using Angular 6 or 7, use
@dsivd/prestations-ng
at version ^8
.
If you need to upgrade to version 8
, please refer to UPGRADING.md.
Dependency on prestations-be
@dsivd/prestations-ng
is part of PrestaKit and depends on prestations-be
.
In order to use all the features of @dsivd/prestation-ng
, you must use a version of prestations-be
greater or equal to 6.2.2
.
prestations-be
is available on the DSI-VD Maven repository. An exemple of integration is available with
Skeleton.
Skeleton can be checked out at:
- Outside the DSI-VD network:
git clone https://git.vd.ch/CYBSDK/skeleton
- Inside the DSI-VD network:
git clone ssh://bitbucket.etat-de-vaud.ch/CYBSDK/skeleton
Usage in projects
More information on how to use @dsivd/prestations-ng
in a project are available there: USAGE_IN_PROJECTS.md
List of provided modules
A list of modules provided by the library is available there: MODULES.md.
Contributing
If you're contributing to the project, please read first contribution guide first: CONTRIBUTING.md.
Changelog
Changes are listed in the CHANGELOG.md.
Examples of usage of @dsivd/prestations-ng