IterableDifferFactory

IterableDifferFactory

Stable Interface

Interface Overview

interface IterableDifferFactory {
  supports(objects: any) : boolean
  create(cdRef: ChangeDetectorRef, trackByFn?: TrackByFn) : IterableDiffer
}

Interface Description

Provides a factory for IterableDiffer.

Interface Details

supports(obj