KeyValueDifferFactory

KeyValueDifferFactory

Stable Interface

Interface Overview

interface KeyValueDifferFactory {
  supports(objects: any) : boolean
  create(cdRef: ChangeDetectorRef) : KeyValueDiffer
}

Interface Description

Provides a factory for KeyValueDiffer.

Interface Details

supports(objects: any) : boolean登录查看完整内容