• Overview
@angular/core

KeyValueDifferFactory

interface

Provides a factory for KeyValueDiffer.

  
    interface KeyValueDifferFactory {}
  
  

supports

boolean

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

@paramobjectsany
@returnsboolean

create

Create a KeyValueDiffer.

@returnsKeyValueDiffer<K, V>
Jump to details