fix(api_docs): slightly more accurate description of TS overrideOnEventDone
This commit is contained in:
parent
f1e8176995
commit
fe3a55966d
|
@ -86,8 +86,8 @@ export class NgZone {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the zone hook that is called immediately after the last turn in the
|
* Sets the zone hook that is called immediately after the last turn in
|
||||||
* current event completes. At this point Angular will no longer attempt to
|
* an event completes. At this point Angular will no longer attempt to
|
||||||
* sync the UI. Any changes to the data model will not be reflected in the
|
* sync the UI. Any changes to the data model will not be reflected in the
|
||||||
* DOM. {@link onEventDoneFn} is executed outside Angular zone.
|
* DOM. {@link onEventDoneFn} is executed outside Angular zone.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue