@angular/core

KeyValueDifferFactory

interface

Provides a factory for KeyValueDiffer.

  
    interface KeyValueDifferFactory {  create(): KeyValueDiffer<K, V>;}}
  
  
Jump to details