Angular Reusable Components Libraries with different features, we can implement with our project and reuse in different components.
A JSON based Form builder library for Angular framework. This library will help you to create dynamic forms with help of simple json format.
Run npm i @ng-aks/forms
to install this library in your project. After install add NgAksForms
in related component file where you want to use this form library.
A Rich text editor based in angular, that can implement with multiple text editing features with image upload, add hyper links and more features.
Run npm i @ng-aks/editor
to install this library in your project. After install add NgAksEditor
in related component file where you want to use this form library.
- Run command
npm run build <library-name>
- Please verify that command is mentioned in
package.json
with related lib name"pack-lib": "cd dist/<library-name> && npm pack"
– onpackage.json
- Run command
npm run pack-lib
- After run above command, you will get updated
.tgz
file like<library-name>-1.0.0.tgz
- Run command
npm login
- After logged in successfully on npm then Finally run
npm publish dist/<library-name>/<library-name>-1.0.0.tgz -–access=public
- After last npm publish command, you will get update version on console and you can also check on npm.
To get more help on the this , please contact to Ankit Kumar Sharma
If you get any issue, error or query, you can raise it on GitHub Issues also.
Thanks