angular / 5 / api / core / iterabledifferfactory.html

IterableDifferFactory

interface

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