[](https://badge.fury.io/js/@suarsan%2Fngx-keyvalue)
npm install @suarsan/ngx-keyvalueNgxKeyvalueModule 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 | [] | false | Input data |
#### Example
---
Creator
Javier Suárez Sánchez
---
$3
angular ngx javascript keyvalue key value list rich customizable`