p.location-badge. exported from angular2/change_detection defined in angular2/src/core/change_detection/interfaces.ts (line 55) :markdown Change detection enables data binding in Angular. .l-main-section h2 Members .l-sub-section h3 parent :markdown .l-sub-section h3 mode :markdown .l-sub-section h3 ref :markdown .l-sub-section h3 addChild pre.prettyprint code. addChild(cd: ChangeDetector) :markdown .l-sub-section h3 addShadowDomChild pre.prettyprint code. addShadowDomChild(cd: ChangeDetector) :markdown .l-sub-section h3 removeChild pre.prettyprint code. removeChild(cd: ChangeDetector) :markdown .l-sub-section h3 removeShadowDomChild pre.prettyprint code. removeShadowDomChild(cd: ChangeDetector) :markdown .l-sub-section h3 remove pre.prettyprint code. remove() :markdown .l-sub-section h3 hydrate pre.prettyprint code. hydrate(context: any, locals: Locals, directives: any, pipes: any) :markdown .l-sub-section h3 dehydrate pre.prettyprint code. dehydrate() :markdown .l-sub-section h3 markPathToRootAsCheckOnce pre.prettyprint code. markPathToRootAsCheckOnce() :markdown .l-sub-section h3 handleEvent pre.prettyprint code. handleEvent(eventName: string, elIndex: number, locals: Locals) :markdown .l-sub-section h3 detectChanges pre.prettyprint code. detectChanges() :markdown .l-sub-section h3 checkNoChanges pre.prettyprint code. checkNoChanges() :markdown