On this page
IterableDifferFactory
interface
| npm Package | @angular/core | 
|---|---|
| Module | import { IterableDifferFactory } from '@angular/core'; | 
     
| Source | core/src/change_detection/differs/iterable_differs.ts | 
Interface Overview
interface IterableDifferFactory { 
  supports(objects: any): boolean
  create<V>(trackByFn?: TrackByFunction<V>): IterableDiffer<V>
}
  Description
Provides a factory for IterableDiffer.
Members
supports(objects: any): boolean
  create<V>(trackByFn?: TrackByFunction<V>): IterableDiffer<V>
  © 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v5.angular.io/api/core/IterableDifferFactory