Socket
Socket
Sign inDemoInstall

@next-level-integration/nli-datefield-lib

Package Overview
Dependencies
Maintainers
6
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@next-level-integration/nli-datefield-lib - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "@next-level-integration/nli-datefield-lib",
"version": "0.0.5",
"version": "0.0.6",
"description": "NLI-Datefield component",

@@ -5,0 +5,0 @@ "main": "",

@@ -8,5 +8,2 @@ # NLIDateField

Online demo is here
### Installation

@@ -17,7 +14,7 @@ To install this component to an external project, follow the procedure:

2. Run npm install in project folder (The home folder that `package.json` exists): `npm install` This command downloads all dependencies including `@next-level-integration/nli-datefield`. You can also download just this module with: npm install `@next-level-integration/nli-datefield`
2. Run npm install in project folder (The home folder that `package.json` exists): `npm install` This command downloads all dependencies including `@next-level-integration/nli-datefield-lib`. You can also download just this module with: npm install `@next-level-integration/nli-datefield-lib`
5. Import input module to your project. In your main module (or module that you want use this component) that its default name is `app.module.ts`, import it:
import { NLIDateFieldModule } from '@next-level-integration/nli-datefield/datefield.module';
import { NLIDateFieldModule } from '@next-level-integration/nli-datefield-lib/datefield.module';
...

@@ -24,0 +21,0 @@ @NgModule({

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc