justapagamentos / justa-angular-library

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 83.3%Language:JavaScript 12.1%Language:HTML 2.9%Language:SCSS 1.7%