• Overview
@angular/core

IterableDifferFactory

interface
stable

Provides a factory for IterableDiffer.

API

    
      interface IterableDifferFactory {}
    
    

supports

boolean
@paramobjectsany
@returnsboolean

create

IterableDiffer<V>
@paramtrackByFnTrackByFunction<V> | undefined
@returnsIterableDiffer<V>
Jump to details