We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
registerWith
@private
1 parent e1b0bab commit 97220ddCopy full SHA for 97220dd
modules/angular2/src/core/life_cycle/life_cycle.js
@@ -43,6 +43,9 @@ export class LifeCycle {
43
this._enforceNoNewChanges = enforceNoNewChanges;
44
}
45
46
+ /**
47
+ * @private
48
+ */
49
registerWith(zone:VmTurnZone, changeDetector:ChangeDetector = null) {
50
if (isPresent(changeDetector)) {
51
this._changeDetector=changeDetector;
0 commit comments