• Overview
@angular/common

KeyValue

interface
stable

A key value pair. Usually used to represent the key value pairs from a Map or Object.

API

    
      interface KeyValue<K, V> {  key: K;  value: V;}
    
    

key

K

value

V
Jump to details