UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

27 lines (18 loc) 870 B
# ngNXT ## Installation `npm i @rangertechnologies/ngnxt --save` If the installation is giving you an error try with npm i @rangertechnologies/ngnxt —force Once the installation is successful, To check go to package.json file and search for @ranger you will get to see the below line with the latest version "@rangertechnologies/ngnxt": "version_number", ## Usage Instructions * Module Import Import NxtAppModule in the ts component where you are going to use NxtApp. To import, `import { NxtAppModule } from '@rangertechnologies/ngnxt';` Add NxtAppModule under imports: [NxtAppModule] * HTML Element `<lib-booklet [bookletJSON]="nxtJSON" (handleBookletActionEvent)="nxtFormHandler($event)" ></lib-booklet>` The values/actions you need to take care of - nxtJSON - nxtFormHandler ## Documentation For more information, you can visit https://docs.rangernxt.com