angular-cn/public/docs/js/latest/api/pipes/KeyValueChanges-class.jade
2015-07-28 13:41:07 -07:00

166 lines
1.7 KiB
Plaintext

p.location-badge.
exported from <a href='../pipes'>angular2/pipes</a>
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/change_detection/pipes/keyvalue_changes.ts#L11-L321">angular2/src/change_detection/pipes/keyvalue_changes.ts (line 11)</a>
:markdown
.l-main-section
h2 Members
.l-sub-section
h3 supports
pre.prettyprint
code.
supports(obj: any)
:markdown
.l-sub-section
h3 transform
pre.prettyprint
code.
transform(map: Map&lt;any, any&gt;, args?: List&lt;any&gt;)
:markdown
.l-sub-section
h3 isDirty
:markdown
.l-sub-section
h3 forEachItem
pre.prettyprint
code.
forEachItem(fn: Function)
:markdown
.l-sub-section
h3 forEachPreviousItem
pre.prettyprint
code.
forEachPreviousItem(fn: Function)
:markdown
.l-sub-section
h3 forEachChangedItem
pre.prettyprint
code.
forEachChangedItem(fn: Function)
:markdown
.l-sub-section
h3 forEachAddedItem
pre.prettyprint
code.
forEachAddedItem(fn: Function)
:markdown
.l-sub-section
h3 forEachRemovedItem
pre.prettyprint
code.
forEachRemovedItem(fn: Function)
:markdown
.l-sub-section
h3 check
pre.prettyprint
code.
check(map: Map&lt;any, any&gt;)
:markdown
.l-sub-section
h3 toString
pre.prettyprint
code.
toString()
:markdown