angular-docs-cn/public/docs/js/latest/api/change_detection/ChangeDetector-interface.jade

206 lines
1.9 KiB
Plaintext
Raw Normal View History

2015-06-01 22:51:00 -07:00
p.location-badge.
exported from <a href='../change_detection'>angular2/change_detection</a>
defined in <a href="https://github.com/angular/angular/tree/3a0410a/modules/angular2/src/change_detection/interfaces.ts#L41-L58">angular2/src/change_detection/interfaces.ts (line 41)</a>
2015-06-01 22:51:00 -07:00
:markdown
.l-main-section
h2 Members
.l-sub-section
h3 parent
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 mode
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 addChild
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
addChild(cd: ChangeDetector)
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 addShadowDomChild
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
addShadowDomChild(cd: ChangeDetector)
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 removeChild
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
removeChild(cd: ChangeDetector)
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 removeShadowDomChild
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
removeShadowDomChild(cd: ChangeDetector)
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 remove
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
remove()
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 hydrate
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
hydrate(context: any, locals: Locals, directives: any)
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 dehydrate
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
dehydrate()
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 markPathToRootAsCheckOnce
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
markPathToRootAsCheckOnce()
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 detectChanges
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
detectChanges()
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 checkNoChanges
2015-06-01 22:51:00 -07:00
pre.prettyprint
code.
checkNoChanges()
2015-06-01 22:51:00 -07:00
:markdown