An collection of Angular Modules and libraries used in some applications of the Justa Payments.
Package | Description | Version | NPM Link | Bundle size | Status |
---|---|---|---|---|---|
mask-directive | Collection of Angular directives to use with input elements | @justa/mask-directive | ✅ | ||
ng-validators | Collection of Angular reactive forms validators | @justa/ng-validators | ✅ | ||
jst-pagination | Angular component that create a pagination interface without drama | @justa/jst-pagination |
Legends: ✅ (Active) |
Clone this repo and install dependencies with Yarn, after that you can start to help-us to improve these libraries.
All libraries are in the projects/justa folder. Before coding make sure if you are changing the right project and files.
To see all changes across you development run these command to watch all changes:
ng build @justa/PACKAGE_NAME --watch
And to build a package, you can run same command, but without the watch flag:
ng build @justa/PACKAGE_NAME
MIT @ justa.com.vc