The Wayback Machine - https://web.archive.org/web/20260217025606/https://angular.dev/api/core/KeyValueDifferFactory
    • Overview
@angular/core

KeyValueDifferFactory

interface
stable

Provides a factory for KeyValueDiffer.

API

    
      interface KeyValueDifferFactory {  supports(objects: any): boolean;  create<K, V>(): KeyValueDiffer<K, V>;}
    
    

supports

boolean

Test to see if the differ knows how to diff this kind of object.

@paramobjectsany
@returnsboolean

create

KeyValueDiffer<K, V>

Create a KeyValueDiffer.

@returnsKeyValueDiffer<K, V>
Jump to details
HTTPS · web.archive.org
← Home