0.0.15 • Published 2 years ago

@suarsan/ngx-keyvalue v0.0.15

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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

InputTypeDefaultRequiredDescription
inputArray<Item>[]falseInput 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


0.0.14

2 years ago

0.0.15

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago