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(objects: any) : boolean
create(cdRef: ChangeDetectorRef, trackByFn?: TrackByFn) : IterableDiffer

exported from @angular/core/index, defined in @angular/core/src/change_detection/differs/iterable_differs.ts

doc_Angular
2016-10-06 09:46:38
Comments
Leave a Comment

Please login to continue.