@angular/core

IterableDifferFactory

interface

Provides a factory for IterableDiffer.

  
    interface IterableDifferFactory {  create(trackByFn?: TrackByFunction<V>): IterableDiffer<V>;}}
  
  
Jump to details