IterableDifferFactory

IterableDifferFactory

Stable Interface

Interface Overview

interface IterableDifferFactory {
  supports(objects: any) : boolean
  create(trackByFn?: TrackByFunction<V>) : IterableDiffer<V>
}

Interface Description

Provides a factory for IterableDiffer.

Interface Details

supports(objec