The Wayback Machine - https://web.archive.org/web/20250423202428/https://angular.dev/api/common/KeyValue
    • Overview
@angular/common

KeyValue

interface

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
Jump to details
HTTPS · web.archive.org
← Home