ARLAS-web-components is an Angular library that provides a set of data analytics components.
To install this library in your npm Angular web app project add the dependency in your package.json :
$ npm install --save arlas-web-components
Please find the documentation of all the components here.
To build the project you need to have installed
- Node version ^16.0.0
- npm version ^8.0.0
- Angular CLI version ^14.2.13
$ npm install -g @angular/cli@^14.2.13
Then, clone the project
$ git clone https://github.com/gisaia/ARLAS-web-components
Move to the folder
$ cd ARLAS-web-components
Install all the project's dependencies
$ npm install
Build the project with ng
:
$ npm run build-release
The build artifacts will be generated in the dist/
directory.
Check out the ARLAS web components by running the demo application of this library on a dev server :
$ ng serve
Navigate to http://localhost:4200/.
The app will automatically reload if you change any of the source files.
$ ng test
- Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use our own x.y.z
versioning schema, where :
x
: Incremented as soon as theARLAS-server API
changesy
: Incremented as soon as anARLAS-web-components
inputs or outputs change.z
: Incremented as soon as theARLAS-web-components
implementation receives a fix or an enhancement.
- Gisaia - initial work - Gisaïa
See also the list of contributors who participated in this project.
This project is licensed under the Apache License, Version 2.0 - see the LICENSE.txt file for details.
This project has been initiated and is maintained by Gisaïa.