New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@rangertechnologies/ngnxt

Package Overview
Dependencies
Maintainers
6
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rangertechnologies/ngnxt

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

latest
Source
npmnpm
Version
2.1.339
Version published
Weekly downloads
226
186.08%
Maintainers
6
Weekly downloads
 
Created
Source

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

Keywords

Configurable

FAQs

Package last updated on 27 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts