IterableDiffer

IterableDiffer

Stable Interface

Interface Overview

interface IterableDiffer {
  diff(object: any) : any
  onDestroy() : any
}

Interface Description

A strategy for tracking changes over time to an iterable. Used for NgFor to respond to changes in an iterable by effecting equivalent changes in the DOM.

Interface Details

登录查看完整内容