p.location-badge.
  exported from angular2/change_detection
  defined in angular2/src/change_detection/differs/keyvalue_differs.ts (line 17)
:markdown
  A repository of different Map diffing strategies used by NgClass, NgStyle, and others.
  
  
.l-main-section
  h2 Annotations
  .l-sub-section
    h3.annotation Injectable
    pre.prettyprint
      code.
        @Injectable()
  .l-sub-section
    h3.annotation CONST
    pre.prettyprint
      code.
        @CONST()
.l-main-section
  h2 Members
  .l-sub-section
    h3 constructor
    
    pre.prettyprint
      code.
        constructor(factories: KeyValueDifferFactory[])
    
    :markdown
      
      
  .l-sub-section
    h3 factories
    
    :markdown
      
      
  .l-sub-section
    h3 find
    
    pre.prettyprint
      code.
        find(kv: Object)
    
    :markdown