Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

justapagamentos/justa-angular-library

Repository files navigation

Justa Angular Library 🅰️

An collection of Angular Modules and libraries used in some applications of the Justa Payments.

Packages into this monorepo:

Package Description Version NPM Link Bundle size Status
mask-directive Collection of Angular directives to use with input elements npm (scoped) @justa/mask-directive npm bundle size (scoped)
ng-validators Collection of Angular reactive forms validators npm (scoped) @justa/ng-validators npm bundle size (scoped)
jst-pagination Angular component that create a pagination interface without drama npm (scoped) @justa/jst-pagination npm bundle size (scoped) ⚠️

Legends: ✅ (Active) | ⚠️ (Deprecated)

Contributing

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.

Develop and build any package

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

License

MIT @ justa.com.vc