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",
- 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
For more information, you can visit https://docs.rangernxt.com