@suarsan/ngx-keyvalue
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

NgxKeyvalue

npm version

A full featured and customizable key/value pairs generator for Angular.

alt text

Demo

Try full demo at ngx-keyvalue

Usage

Installation

Install via npm

npm install @suarsan/ngx-keyvalue

Usage

Import NgxKeyvalueModule in your app.module.ts

import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';

import { NgxKeyvalueModule } from '@suarsan/ngx-keyvalue';

@NgModule({
declarations: [
    AppComponent
],
imports: [
    BrowserModule,
    NgxKeyvalueModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }

Documentation

Inputs

Input Type Default Required Description
input Array<Item> [] false Input data

Example

<ngx-keyvalue [input]="data" (changes)="listenChanges($event)"></ngx-keyvalue>

Creator

Javier Suárez Sánchez


Keywords

angular ngx javascript keyvalue key value list rich customizable


Package Sidebar

Install

npm i @suarsan/ngx-keyvalue

Weekly Downloads

0

Version

0.0.15

License

none

Unpacked Size

93.3 kB

Total Files

22

Last publish

Collaborators

  • suarsan