[ Web Proxy ]
URL:
Viewing: https://angular.dev/api/core/KeyValueDifferFactory [Back]  [Original]

KeyValueDifferFactory Angular Skip to main content
menu
close
more_horiz
menuAPI
@angular/core

KeyValueDifferFactory

interface
stable

Provides a factory for KeyValueDiffer.

On this page

    arrow_upward_alt Back to the top

    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
    Jump to details

    Web Proxy Viewer  |  New URL  |  Original Page