[ Web Proxy ]
URL:
Viewing: https://angular.dev/api/common/KeyValue [Back]  [Original]

KeyValue Angular Skip to main content
menu
close
more_horiz
menuAPI
@angular/common

KeyValue

interface
stable

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

On this page

    arrow_upward_alt Back to the top

    API

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

    Web Proxy Viewer  |  New URL  |  Original Page